Skip to content

Commit fba9161

Browse files
committed
.github/workflows: update
1 parent 8656fc5 commit fba9161

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
os: [ubuntu-latest, macos-latest, windows-latest]
14-
go: ['1.18.x', '1.19.x', '1.20.x', '1.21.x']
14+
go: ['1.18.x', '1.19.x', '1.20.x', '1.21.x', '1.22.x', '1.23.x', '1.24.x']
1515
name: Test with Go ${{ matrix.go }} on ${{ matrix.os }}
1616
runs-on: ${{ matrix.os }}
1717
defaults:
@@ -25,10 +25,10 @@ jobs:
2525
git config --global core.eol lf
2626
2727
- name: Checkout
28-
uses: actions/checkout@v3
28+
uses: actions/checkout@v4
2929

3030
- name: Setup Go
31-
uses: actions/setup-go@v4
31+
uses: actions/setup-go@v5
3232
with:
3333
go-version: ${{ matrix.go }}
3434

0 commit comments

Comments
 (0)