Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/nginx/nginx-gateway-fabric

go 1.24.0
go 1.24.2

require (
github.com/go-kit/log v0.2.1
Expand Down
2 changes: 1 addition & 1 deletion tests/framework/crossplane/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/nginx/nginx-gateway-fabric/tests/framework/crossplane

go 1.24.0
go 1.24.2

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

Expand Down
2 changes: 1 addition & 1 deletion tests/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/nginx/nginx-gateway-fabric/tests

go 1.24.0
go 1.24.2

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

Expand Down