Skip to content

Commit 8a3a817

Browse files
chore(deps): bump golang from 1.24.10 to 1.26.0 in /image (#1764)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tom Martensen <tmartens@redhat.com>
1 parent a7b6724 commit 8a3a817

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/stackrox/infra
22

3-
go 1.24.10
3+
go 1.26.0
44

55
require (
66
cloud.google.com/go/bigquery v1.72.0

image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24.10 as golang-builder
1+
FROM golang:1.26.0 as golang-builder
22

33
WORKDIR /go/src/github.com/stackrox/infra
44

0 commit comments

Comments
 (0)