Skip to content

Commit 4b66bc8

Browse files
authored
Merge pull request #343 from kubernetes-sigs/cloud-build
🌱 Bump cloudbuild, and use go-version-file for setup-go action
2 parents de17cdb + d7ce29f commit 4b66bc8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/draft_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install Go
2323
uses: actions/setup-go@v5
2424
with:
25-
go-version: '^1.23'
25+
go-version-file: go.mod
2626
# - name: generate release notes
2727
# run: |
2828
# make release-notes

.github/workflows/pullrequests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- uses: actions/setup-go@v5
1616
with:
17-
go-version: "1.23"
17+
go-version-file: go.mod
1818
- name: golangci-lint
1919
uses: golangci/[email protected]
2020
with:

cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ timeout: 1800s
44
options:
55
substitution_option: ALLOW_LOOSE
66
steps:
7-
- name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20250116-2a05ea7e3d'
7+
- name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20250513-9264efb079'
88
entrypoint: make
99
env:
1010
- DOCKER_CLI_EXPERIMENTAL=enabled

0 commit comments

Comments
 (0)