Skip to content

Commit ae54654

Browse files
⬆️ Update actions/setup-go action to v5 (#103)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8dad281 commit ae54654

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/linting.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
uses: actions/checkout@v4.1.1
110110

111111
- name: Set up Go
112-
uses: actions/setup-go@v4
112+
uses: actions/setup-go@v5
113113
with:
114114
go-version: 1.19
115115

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: ⤵️ Check out code from GitHub
1919
uses: actions/checkout@v4.1.1
2020
- name: Set up Go
21-
uses: actions/setup-go@v4
21+
uses: actions/setup-go@v5
2222
with:
2323
go-version: ${{ matrix.go }}
2424
- name: Build

0 commit comments

Comments
 (0)