We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ff6615 commit e86e964Copy full SHA for e86e964
go.mod
@@ -1,8 +1,6 @@
1
module github.com/nais/api
2
3
-go 1.24.0
4
-
5
-toolchain go1.24.1
+go 1.24.1
6
7
tool (
8
github.com/99designs/gqlgen
mise.toml
@@ -2,7 +2,7 @@
pin = true
[tools]
-go = "1.24.0"
+go = "1.24.1"
helm = "3.17.1"
node = "lts"
protoc = "29.3"
pkg/apiclient/go.mod
@@ -1,6 +1,6 @@
module github.com/nais/api/pkg/apiclient
-go 1.24
require (
github.com/stretchr/testify v1.10.0
0 commit comments