Skip to content

Commit 354fcc0

Browse files
justaugustusclaude
authored andcommitted
build: update Go from 1.24.6 to 1.25.8
- Update go directive in go.mod from 1.24.6 to 1.25.8 - Update golang Docker image in cloudbuild.yaml from 1.24 to 1.25 - All tests pass, linter reports 0 issues Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: Stephen Augustus <foo@auggie.dev>
1 parent 6dd536c commit 354fcc0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cloudbuild.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
steps:
2-
- name: golang:1.24
2+
- name: golang:1.25
33
entrypoint: go
44
args: ['install', 'github.com/google/ko@v0.18.0']
5-
- name: golang:1.24
5+
- name: golang:1.25
66
entrypoint: bash
77
args: ['-c', 'KO_DOCKER_REPO="gcr.io/allstar-ossf" /go/bin/ko publish ./cmd/allstar > container']
88
- name: gcr.io/google.com/cloudsdktool/cloud-sdk

go.mod

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

3-
go 1.24.6
3+
go 1.25.8
44

55
require (
66
github.com/Masterminds/semver/v3 v3.4.0

0 commit comments

Comments
 (0)