Skip to content

Commit 1282f62

Browse files
deiningcmaglie
andauthored
Bump GitHub workflow actions to latest versions (#185)
* Bump GitHub workflow actions to latest versions * Fixed typo --------- Co-authored-by: Cristian Maglie <c.maglie@bug.st>
1 parent 4f7d935 commit 1282f62

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

‎.github/workflows/test.yaml‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
runs-on: ${{ matrix.os }}
1616

1717
steps:
18-
- uses: actions/checkout@v1
19-
- uses: actions/setup-go@v1
18+
- uses: actions/checkout@v4
19+
- uses: actions/setup-go@v5
2020
with:
21-
go-version: "1.17"
21+
go-version: "1.22"
2222
- name: Setup CGO Environment
2323
run: |
2424
if [ ${{ matrix.os }} == 'macOS-latest' ] ; then
@@ -60,10 +60,10 @@ jobs:
6060
runs-on: "ubuntu-latest"
6161

6262
steps:
63-
- uses: actions/checkout@v1
64-
- uses: actions/setup-go@v1
63+
- uses: actions/checkout@v4
64+
- uses: actions/setup-go@v5
6565
with:
66-
go-version: "1.17"
66+
go-version: "1.22"
6767
- name: Cross-build
6868
run: |
6969
set ${{ matrix.go-os-pairs }}

0 commit comments

Comments
 (0)