Skip to content

Commit 1f75d20

Browse files
chore(deps): update actions/setup-go action to v5
1 parent e984241 commit 1f75d20

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/pull_request.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Set up Go
2727
id: go
28-
uses: actions/setup-go@v4
28+
uses: actions/setup-go@v5
2929
with:
3030
go-version-file: 'go.mod'
3131

.github/workflows/push.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Set up Go
3434
id: go
35-
uses: actions/setup-go@v4
35+
uses: actions/setup-go@v5
3636
with:
3737
go-version-file: 'go.mod'
3838

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fetch-depth: 0 # See: https://goreleaser.com/ci/actions/
1818

1919
- name: Set up Go 1.x
20-
uses: actions/setup-go@v4
20+
uses: actions/setup-go@v5
2121
with:
2222
go-version-file: 'go.mod'
2323
id: go

.github/workflows/run-tests-on-pr.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Set up Go
3636
id: go
37-
uses: actions/setup-go@v4
37+
uses: actions/setup-go@v5
3838
with:
3939
go-version-file: 'go.mod'
4040

0 commit comments

Comments
 (0)