We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83f537a commit 52c27b0Copy full SHA for 52c27b0
Containerfile
@@ -1,6 +1,6 @@
1
-ARG GO_VERSION=1.23.4-alpine3.21
+ARG GO_VERSION=1.24.0-alpine3.21
2
ARG DELVE_VERSION=1.24.0
3
-ARG ALPINE_VERSION=3.21.0
+ARG ALPINE_VERSION=3.21.2
4
5
6
#### Base image ####
go.mod
module github.com/avptp/brain
-go 1.23.4
+go 1.24.0
require (
ariga.io/atlas v0.29.1
@@ -35,6 +35,8 @@ require (
35
golang.org/x/text v0.21.0
36
)
37
38
+tool github.com/99designs/gqlgen
39
+
40
41
github.com/Masterminds/semver v1.4.2 // indirect
42
github.com/Masterminds/sprig v2.16.0+incompatible // indirect
tools.go
0 commit comments