Skip to content

Commit 5a5e541

Browse files
chore(deps): update actions/setup-go action to v5
1 parent 4941da9 commit 5a5e541

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
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Set up Go
3232
id: go
33-
uses: actions/setup-go@v4
33+
uses: actions/setup-go@v5
3434
with:
3535
go-version-file: 'go.mod'
3636

0 commit comments

Comments
 (0)