Skip to content

Commit dfe80c7

Browse files
committed
gha: update actions/setup-go@v5
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent e56b567 commit dfe80c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ${{ matrix.platform }}
1010
steps:
1111
- name: Install Go ${{ matrix.go }}
12-
uses: actions/setup-go@v4
12+
uses: actions/setup-go@v5
1313
with:
1414
go-version: ${{ matrix.go }}
1515
- name: Checkout code

0 commit comments

Comments
 (0)