Skip to content

Commit 0579f18

Browse files
committed
ci: update the setup-go version
Version 2 wants to use the old URL so that also fails to run. The latest is version 6 so let's update to that and at the same time update to the same Go version that we want to download in the build script.
1 parent dba52c5 commit 0579f18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
runs-on: ${{ matrix.os }}
1313
steps:
1414
- name: Set up Go
15-
uses: actions/setup-go@v2
15+
uses: actions/setup-go@v6
1616
with:
17-
go-version: '1.17'
17+
go-version: '1.21.3'
1818

1919
- name: Check out code
2020
uses: actions/checkout@v2

0 commit comments

Comments
 (0)