Skip to content

Commit 760ed3d

Browse files
committed
Update CI configuration
1 parent ade57d2 commit 760ed3d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ jobs:
66
test:
77
strategy:
88
matrix:
9-
go-version: [1.17.x, 1.18.x, 1.19.x, 1.20.x, 1.21.x]
9+
go-version: [1.22.x, 1.23.x, 1.24.x]
1010
os: [ubuntu-latest, macos-latest, windows-latest]
1111
runs-on: ${{ matrix.os }}
1212
steps:
1313
- name: Install Go
14-
uses: actions/setup-go@v3
14+
uses: actions/setup-go@v5
1515
with:
1616
go-version: ${{ matrix.go-version }}
1717
- name: Checkout code
@@ -23,12 +23,12 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: Install Go
26-
uses: actions/setup-go@v3
26+
uses: actions/setup-go@v5
2727
with:
28-
go-version: 1.21.x
28+
go-version: 1.24.x
2929
- name: Checkout code
3030
uses: actions/checkout@v4
31-
- uses: actions/cache@v2
31+
- uses: actions/cache@v4
3232
with:
3333
path: |
3434
~/go/pkg/mod # Module download cache

0 commit comments

Comments
 (0)