Skip to content

Commit 8a85a12

Browse files
chore(deps): update go version in ci to v1.24.5 (#4171)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 15e013f commit 8a85a12

File tree

9 files changed

+12
-12
lines changed

9 files changed

+12
-12
lines changed

.github/workflows/changelog.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Setup Go
3737
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
3838
with:
39-
go-version: "~1.24.4"
39+
go-version: "~1.24.5"
4040

4141
- name: Ensure no changes to the CHANGELOG
4242
run: |

.github/workflows/continuous-integration.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
2626
id: setup-go
2727
with:
28-
go-version: "~1.24.4"
28+
go-version: "~1.24.5"
2929

3030
- name: Cache tools
3131
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
@@ -52,7 +52,7 @@ jobs:
5252
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
5353
id: setup-go
5454
with:
55-
go-version: "~1.24.4"
55+
go-version: "~1.24.5"
5656

5757
- name: Cache tools
5858
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
@@ -84,7 +84,7 @@ jobs:
8484
- name: Set up Go
8585
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
8686
with:
87-
go-version: "~1.24.4"
87+
go-version: "~1.24.5"
8888

8989
- name: Initialize CodeQL
9090
uses: github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2

.github/workflows/e2e.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
2828
id: setup-go
2929
with:
30-
go-version: "~1.24.4"
30+
go-version: "~1.24.5"
3131

3232
- name: Cache tools
3333
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
@@ -103,7 +103,7 @@ jobs:
103103
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
104104
id: setup-go
105105
with:
106-
go-version: "~1.24.4"
106+
go-version: "~1.24.5"
107107

108108
- name: Cache tools
109109
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3

.github/workflows/publish-images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
2828
with:
29-
go-version: "~1.24.4"
29+
go-version: "~1.24.5"
3030

3131
- name: Unshallow
3232
run: git fetch --prune --unshallow

.github/workflows/publish-must-gather.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
2828
with:
29-
go-version: "~1.24.4"
29+
go-version: "~1.24.5"
3030

3131
- name: Unshallow
3232
run: git fetch --prune --unshallow

.github/workflows/publish-operator-opamp-bridge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
3232
with:
33-
go-version: "~1.24.4"
33+
go-version: "~1.24.5"
3434

3535
# TODO: We're currently not using this. Should we?
3636
- name: Read version

.github/workflows/publish-target-allocator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
3232
with:
33-
go-version: "~1.24.4"
33+
go-version: "~1.24.5"
3434

3535
# TODO: We're currently not using this. Should we?
3636
- name: Read version

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Set up Go
4040
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
4141
with:
42-
go-version: "~1.24.4"
42+
go-version: "~1.24.5"
4343

4444
- name: "generate release resources"
4545
run: make release-artifacts IMG_PREFIX="ghcr.io/open-telemetry/opentelemetry-operator" VERSION=${DESIRED_VERSION}

.github/workflows/scorecard.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
3030
id: setup-go
3131
with:
32-
go-version: "~1.24.4"
32+
go-version: "~1.24.5"
3333

3434
- name: Check out code into the Go module directory
3535
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)