Skip to content

Commit 58db776

Browse files
committed
WIP: Go 1.26
Signed-off-by: Tomasz Janiszewski <tomek@redhat.com>
1 parent bf2fdf5 commit 58db776

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: "2"
22
run:
33
timeout: 240m
4-
go: "1.25"
4+
go: "1.26"
55
build-tags:
66
- integration
77
- scanner_db_integration

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/rox
22

3-
go 1.25.7
3+
go 1.26.1
44

55
require (
66
cloud.google.com/go/artifactregistry v1.25.0

0 commit comments

Comments
 (0)