Skip to content

Commit a974419

Browse files
chore(actions): update actions/setup-go action to v5 (#115)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 64e6ce4 commit a974419

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/merge-master.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- uses: actions/checkout@v4
5656

5757
- name: Setup Go
58-
uses: actions/setup-go@v4
58+
uses: actions/setup-go@v5
5959
with:
6060
go-version-file: 'go.mod'
6161

.github/workflows/pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- uses: actions/checkout@v4
3333

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

0 commit comments

Comments
 (0)