Skip to content

Commit

Permalink
Bump Go to 1.22 (#1553)
Browse files Browse the repository at this point in the history
Get all the improvements and new feature from the latest version.
https://go.dev/doc/go1.22
  • Loading branch information
lucacome committed Feb 13, 2024
1 parent 5052513 commit 314ebe7
Showing 1 changed file with 1 addition and 1 deletion.
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/nginxinc/nginx-gateway-fabric

go 1.21.3
go 1.22.0

// Pinned to a version that is properly licensed.
replace github.com/chzyer/logex v1.1.10 => github.com/chzyer/logex v1.2.0
Expand Down

0 comments on commit 314ebe7

Please sign in to comment.