1 Commits

Author SHA1 Message Date
e7ea52850a chore(deps): update dependency go to v1.24.4
Some checks failed
renovate/artifacts Artifact file update failure
2025-06-05 21:01:04 +00:00
2 changed files with 2 additions and 2 deletions

View File

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

2
go.mod
View File

@ -2,7 +2,7 @@ module github.com/rramiachraf/dumb
go 1.23 go 1.23
toolchain go1.23.4 toolchain go1.24.4
require ( require (
github.com/PuerkitoBio/goquery v1.10.1 github.com/PuerkitoBio/goquery v1.10.1