Skip to content

Commit f56a333

Browse files
chore(deps): Update github-actions dependency actions/setup-go to v6
| datasource | package | from | to | | ----------- | ---------------- | ------ | ------ | | github-tags | actions/setup-go | v5.6.0 | v6.4.0 | | github-tags | actions/setup-go | v5 | v6 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent ecccf06 commit f56a333

23 files changed

Lines changed: 29 additions & 29 deletions

.github/workflows/ai-dependency-review.yml

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

2828
- name: Set up Go
29-
uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5.6.0
29+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
3030
with:
3131
go-version-file: go.mod
3232

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
# this is to fix GIT not liking owner of the checkout dir
3232
chown -R $(id -u):$(id -g) $PWD
3333
- name: Set up Go
34-
uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5.6.0
34+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
3535
with:
3636
go-version-file: go.mod
3737
# TODO: Try enabling caching later. It might use up too much disk space on runners so needs extra testing.
@@ -57,7 +57,7 @@ jobs:
5757
# this is to fix GIT not liking owner of the checkout dir
5858
chown -R $(id -u):$(id -g) $PWD
5959
- name: Set up Go
60-
uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5.6.0
60+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
6161
with:
6262
go-version-file: go.mod
6363
# TODO: Try enabling caching later. It might use up too much disk space on runners so needs extra testing.
@@ -73,7 +73,7 @@ jobs:
7373
with:
7474
persist-credentials: false
7575
- name: Set up Go
76-
uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5.6.0
76+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
7777
with:
7878
go-version-file: go.mod
7979
# TODO: Try enabling caching later. It might use up too much disk space on runners so needs extra testing.
@@ -89,7 +89,7 @@ jobs:
8989
with:
9090
persist-credentials: false
9191
- name: Set up Go
92-
uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5.6.0
92+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
9393
with:
9494
go-version-file: go.mod
9595
# TODO: Try enabling caching later. It might use up too much disk space on runners so needs extra testing.
@@ -105,7 +105,7 @@ jobs:
105105
with:
106106
persist-credentials: false
107107
- name: Set up Go
108-
uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5.6.0
108+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
109109
with:
110110
go-version-file: go.mod
111111
# TODO: Try enabling caching later. It might use up too much disk space on runners so needs extra testing.
@@ -130,7 +130,7 @@ jobs:
130130
# this is to fix GIT not liking owner of the checkout dir
131131
chown -R $(id -u):$(id -g) $PWD
132132
- name: Set up Go
133-
uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5.6.0
133+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
134134
with:
135135
go-version-file: go.mod
136136
# TODO: Try enabling caching later. It might use up too much disk space on runners so needs extra testing.

.github/workflows/check-alloy-mixin-rendered.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
persist-credentials: false
2222

2323
- name: Setup Go
24-
uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5
24+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
2525
with:
2626
go-version-file: go.mod
2727
cache: true

.github/workflows/check-generate-otel-collector-distro.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
persist-credentials: false
1616

1717
- name: Set up Go
18-
uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5
18+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
1919
with:
2020
go-version-file: go.mod
2121
cache: false

.github/workflows/check-sync-module-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
persist-credentials: false
1616

1717
- name: Set up Go
18-
uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5
18+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
1919
with:
2020
go-version: '1.25.x'
2121

.github/workflows/fuzz-go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
persist-credentials: false
8585

8686
- name: Set up Go
87-
uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5.6.0
87+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
8888
with:
8989
go-version-file: go.mod
9090
cache: false

.github/workflows/integration-test-windows-service.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
persist-credentials: false
2626

2727
- name: Set up Go
28-
uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5.6.0
28+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
2929
with:
3030
go-version-file: go.mod
3131
cache: false

.github/workflows/integration-tests-k8s.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
persist-credentials: false
2020
- name: Setup Go
21-
uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5
21+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
2222
with:
2323
go-version-file: go.mod
2424
- name: Run tests

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
persist-credentials: false
2222
- name: Setup Go
23-
uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5.6.0
23+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
2424
with:
2525
go-version-file: go.mod
2626
- name: Run tests

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
persist-credentials: false
1818

1919
- name: Set up Go
20-
uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5.6.0
20+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
2121
with:
2222
go-version-file: go.mod
2323
cache: false

0 commit comments

Comments
 (0)