Skip to content

Commit f82f001

Browse files
authored
Add patch version to site/go.mod (#2934)
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.
1 parent 8cf2608 commit f82f001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module github.com/nginxinc/nginx-gateway-fabric/site
22

3-
go 1.21
3+
go 1.21.0
44

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

0 commit comments

Comments
 (0)