Compare commits

..

2 Commits

Author SHA1 Message Date
ngn
527fa8c13d Merge pull request 'chore(deps): update golang docker tag to v1.23.6' (#6) from renovate/golang-1.x into custom
All checks were successful
Build and publish the docker image / build (push) Successful in 44s
Reviewed-on: #6
2025-02-09 19:15:50 +03:00
9270fa919f chore(deps): update golang docker tag to v1.23.6 2025-02-04 22:00:35 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.23.5 AS build
FROM golang:1.23.6 AS build
WORKDIR /code
RUN go install github.com/a-h/templ/cmd/templ@latest

2
go.mod
View File

@ -6,7 +6,7 @@ toolchain go1.23.4
require (
github.com/PuerkitoBio/goquery v1.10.1
github.com/a-h/templ v0.3.833
github.com/a-h/templ v0.3.819
github.com/allegro/bigcache/v3 v3.1.0
github.com/gorilla/handlers v1.5.2
github.com/gorilla/mux v1.8.1