Skip to content

Commit 6513f46

Browse files
authored
Update Go to 1.24.2 (#3342)
1 parent daf2e66 commit 6513f46

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/nginx/nginx-gateway-fabric
22

3-
go 1.24.0
3+
go 1.24.2
44

55
require (
66
github.com/go-kit/log v0.2.1

tests/framework/crossplane/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/nginx/nginx-gateway-fabric/tests/framework/crossplane
22

3-
go 1.24.0
3+
go 1.24.2
44

55
require github.com/nginxinc/nginx-go-crossplane v0.4.78
66

tests/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/nginx/nginx-gateway-fabric/tests
22

3-
go 1.24.0
3+
go 1.24.2
44

55
replace github.com/nginx/nginx-gateway-fabric => ../
66

0 commit comments

Comments
 (0)