Skip to content

Commit 17bc85c

Browse files
chore(deps): update actions/setup-go action to v6.2.0 (#1583)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bc97b65 commit 17bc85c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

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

2828
# Install Go
2929
- name: Setup go
30-
uses: actions/setup-go@v6.1.0
30+
uses: actions/setup-go@v6.2.0
3131
with:
3232
go-version: 1.25.5
3333

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
fetch-depth: 0
2828
- name: Setup go
29-
uses: actions/setup-go@v6.1.0
29+
uses: actions/setup-go@v6.2.0
3030
with:
3131
go-version-file: go.mod
3232
- name: Change version

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fetch-depth: 0
1717
-
1818
name: Set up Go
19-
uses: actions/setup-go@v6.1.0
19+
uses: actions/setup-go@v6.2.0
2020
with:
2121
go-version-file: go.mod
2222
-

0 commit comments

Comments
 (0)