Skip to content

Commit e86e964

Browse files
chore(deps): go 1.24.1, remove toolchain directive
Co-authored-by: Christer Edvartsen <[email protected]>
1 parent 2ff6615 commit e86e964

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

go.mod

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/nais/api
22

3-
go 1.24.0
4-
5-
toolchain go1.24.1
3+
go 1.24.1
64

75
tool (
86
github.com/99designs/gqlgen

mise.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
pin = true
33

44
[tools]
5-
go = "1.24.0"
5+
go = "1.24.1"
66
helm = "3.17.1"
77
node = "lts"
88
protoc = "29.3"

pkg/apiclient/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/nais/api/pkg/apiclient
22

3-
go 1.24
3+
go 1.24.1
44

55
require (
66
github.com/stretchr/testify v1.10.0

0 commit comments

Comments
 (0)