Skip to content

Commit 898c38c

Browse files
committed
go: upgrade to Go 1.26.4 and run go fix ./...
1 parent 31be4b9 commit 898c38c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.buildkite/verify-release/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module verify-release
22

3-
go 1.16
3+
go 1.26.4
44

55
require golang.org/x/mod v0.4.2

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
nodejs 16.7.0
22
yarn 1.22.4
33
shellcheck 0.7.1
4-
golang 1.19.8
4+
golang 1.26.4
55
github-cli 2.46.0
66
asdf:bosmak/asdf-checkov latest

go.mod

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

3-
go 1.19
3+
go 1.26.4
44

55
require (
66
github.com/Masterminds/semver v1.5.0

0 commit comments

Comments
 (0)