Skip to content

Commit 0227d23

Browse files
authored
Merge pull request #123 from kcp-dev/go-update
update to Go 1.24.11, update actions
2 parents e2dabdb + f9c1f0f commit 0227d23

File tree

4 files changed

+20
-17
lines changed

4 files changed

+20
-17
lines changed

.github/workflows/docs-gen-and-push.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,19 @@ jobs:
2727
name: Generate and push
2828
runs-on: ubuntu-latest
2929
steps:
30-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag=v4.2.2
30+
- name: Checkout
31+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # tag=v6.0.1
3132

3233
- run: git fetch origin gh-pages
3334
- run: git fetch origin '+refs/tags/v*:refs/tags/v*' --no-tags
3435

35-
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # tag=v5.4.0
36+
- name: Setup Go
37+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # tag=v6.1.0
3638
with:
37-
go-version: v1.24.3
39+
go-version: v1.24.11
3840
cache: true
3941

40-
- uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 #tag=v5.5.0
42+
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 #tag=v6.1.0
4143
with:
4244
python-version: '3.10'
4345
cache: 'pip'

.github/workflows/release.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,14 @@ jobs:
2121

2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag=v4.2.2
24+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # tag=v6.0.1
2525
with:
2626
fetch-depth: 0
2727

28-
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # tag=v5.4.0
28+
- name: Setup Go
29+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # tag=v6.1.0
2930
with:
30-
go-version: v1.24.9
31+
go-version: v1.24.11
3132
cache: true
3233

3334
- name: Delete non-semver tags
@@ -38,7 +39,7 @@ jobs:
3839

3940
- name: Run GoReleaser on tag
4041
if: github.event_name != 'pull_request'
41-
uses: goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # tag=v6.3.0
42+
uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # tag=v6.4.0
4243
with:
4344
distribution: goreleaser
4445
version: "~> v2"
@@ -48,15 +49,15 @@ jobs:
4849

4950
- name: Run GoReleaser on pull request
5051
if: github.event_name == 'pull_request'
51-
uses: goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # tag=v6.3.0
52+
uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # tag=v6.4.0
5253
with:
5354
distribution: goreleaser
5455
version: "~> v2"
5556
args: release --timeout 60m --snapshot
5657
env:
5758
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5859

59-
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # tag=v4.6.2
60+
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # tag=v5.0.0
6061
if: github.event_name == 'pull_request'
6162
with:
6263
name: binaries

.prow.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ presubmits:
2121
preset-goproxy: "true"
2222
spec:
2323
containers:
24-
- image: ghcr.io/kcp-dev/infra/build:1.24.9-1
24+
- image: ghcr.io/kcp-dev/infra/build:1.24.11-1
2525
command:
2626
- hack/ci/verify.sh
2727
resources:
@@ -37,7 +37,7 @@ presubmits:
3737
preset-goproxy: "true"
3838
spec:
3939
containers:
40-
- image: ghcr.io/kcp-dev/infra/build:1.24.9-1
40+
- image: ghcr.io/kcp-dev/infra/build:1.24.11-1
4141
command:
4242
- make
4343
- lint
@@ -76,7 +76,7 @@ presubmits:
7676
preset-goproxy: "true"
7777
spec:
7878
containers:
79-
- image: ghcr.io/kcp-dev/infra/build:1.24.9-1
79+
- image: ghcr.io/kcp-dev/infra/build:1.24.11-1
8080
command:
8181
- make
8282
- test
@@ -96,7 +96,7 @@ presubmits:
9696
preset-goproxy: "true"
9797
spec:
9898
containers:
99-
- image: ghcr.io/kcp-dev/infra/build:1.24.9-1
99+
- image: ghcr.io/kcp-dev/infra/build:1.24.11-1
100100
command:
101101
- hack/ci/run-e2e-tests.sh
102102
env:
@@ -115,7 +115,7 @@ presubmits:
115115
preset-goproxy: "true"
116116
spec:
117117
containers:
118-
- image: ghcr.io/kcp-dev/infra/build:1.24.9-1
118+
- image: ghcr.io/kcp-dev/infra/build:1.24.11-1
119119
command:
120120
- hack/ci/run-e2e-tests.sh
121121
env:
@@ -134,7 +134,7 @@ presubmits:
134134
preset-goproxy: "true"
135135
spec:
136136
containers:
137-
- image: ghcr.io/kcp-dev/infra/build:1.24.9-1
137+
- image: ghcr.io/kcp-dev/infra/build:1.24.11-1
138138
command:
139139
- hack/ci/run-e2e-tests.sh
140140
env:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM --platform=${BUILDPLATFORM} docker.io/golang:1.24.9 AS builder
15+
FROM --platform=${BUILDPLATFORM} docker.io/golang:1.24.11 AS builder
1616
ARG TARGETOS
1717
ARG TARGETARCH
1818

0 commit comments

Comments
 (0)