Skip to content

Commit 8632a84

Browse files
authored
🌱 Update Go to 1.24.5. (#1641)
1 parent 89adce8 commit 8632a84

File tree

20 files changed

+54
-40
lines changed

20 files changed

+54
-40
lines changed

.builder-image-version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.23
1+
1.0.24

.github/actions/e2e/action.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ runs:
2323
using: "composite"
2424
steps:
2525
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
26+
with:
27+
go-version-file: "go.mod"
2628

2729
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
2830
with:

.github/actions/test-release/action.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ runs:
44
using: "composite"
55
steps:
66
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
7+
with:
8+
go-version-file: "go.mod"
79

810
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
911
with:

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
fetch-depth: 0
3434

3535
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
36+
with:
37+
go-version-file: "go.mod"
3638

3739
- name: Set up QEMU
3840
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3

.github/workflows/main-promote-builder-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Promote Latest tag to Caph Builder Image
1111
runs-on: ubuntu-latest
1212
container:
13-
image: ghcr.io/syself/caph-builder:1.0.23
13+
image: ghcr.io/syself/caph-builder:1.0.24
1414
credentials:
1515
username: ${{ github.actor }}
1616
password: ${{ secrets.github_token }}

.github/workflows/pr-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
name: "Lint Pull Request"
2323
runs-on: ubuntu-latest
2424
container:
25-
image: ghcr.io/syself/caph-builder:1.0.23
25+
image: ghcr.io/syself/caph-builder:1.0.24
2626
credentials:
2727
username: ${{ github.actor }}
2828
password: ${{ secrets.github_token }}

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
fetch-depth: 0
2525

2626
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
27+
with:
28+
go-version-file: "go.mod"
2729

2830
- name: Set up QEMU
2931
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3
@@ -138,6 +140,8 @@ jobs:
138140
fetch-depth: 0
139141

140142
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
143+
with:
144+
go-version-file: "go.mod"
141145

142146
- name: install kustomize
143147
run: |

.github/workflows/report-bin-size.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
1818

1919
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
20+
with:
21+
go-version-file: "go.mod"
2022

2123
- name: Create Binsize Report
2224
run: make caph report-binsize-treemap-all

.github/workflows/schedule-scan-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
if: github.repository == 'syself/cluster-api-provider-hetzner'
1212
container:
13-
image: ghcr.io/syself/caph-builder:1.0.23
13+
image: ghcr.io/syself/caph-builder:1.0.24
1414
credentials:
1515
username: ${{ github.actor }}
1616
password: ${{ secrets.github_token }}

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ jobs:
4141
echo name=${NAME} >> $GITHUB_OUTPUT
4242
4343
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
44+
with:
45+
go-version-file: "go.mod"
4446

4547
- name: Install dependencies
4648
run: make gotestsum go-cover-treemap setup-envtest

0 commit comments

Comments
 (0)