Skip to content

Commit

Permalink
Add patch version to site/go.mod (#2934)
Browse files Browse the repository at this point in the history
Problem: As of Go 1.21, toolchain versions must use the 1.N.P syntax. This is causing a warning from CodeQL in our pipelines.

Solution: Add the minimum patch version.
  • Loading branch information
sjberman authored Dec 19, 2024
1 parent 8cf2608 commit f82f001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/nginxinc/nginx-gateway-fabric/site

go 1.21
go 1.21.0

require github.com/nginxinc/nginx-hugo-theme v0.41.23 // indirect

0 comments on commit f82f001

Please sign in to comment.