We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7b6724 commit 8a3a817Copy full SHA for 8a3a817
go.mod
@@ -1,6 +1,6 @@
1
module github.com/stackrox/infra
2
3
-go 1.24.10
+go 1.26.0
4
5
require (
6
cloud.google.com/go/bigquery v1.72.0
image/Dockerfile
@@ -1,4 +1,4 @@
-FROM golang:1.24.10 as golang-builder
+FROM golang:1.26.0 as golang-builder
WORKDIR /go/src/github.com/stackrox/infra
0 commit comments