Skip to content

Commit 1ce03d0

Browse files
committed
update workflow to test more go versions
1 parent 8bd10b7 commit 1ce03d0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
go-version: [1.16.x, 1.17.x, 1.18.x, 1.19.x]
11+
go-version: [1.16.x, 1.17.x, 1.18.x, 1.19.x, 1.20.x, 1.21.x]
1212
os: [ubuntu-latest, macos-latest, windows-latest]
1313
runs-on: ${{ matrix.os }}
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v3
16+
uses: actions/checkout@v4
1717

1818
- name: Install Go
19-
uses: actions/setup-go@v3
19+
uses: actions/setup-go@v5
2020
with:
2121
go-version: ${{ matrix.go-version }}
2222

@@ -45,9 +45,9 @@ jobs:
4545
if: matrix.os == 'windows-latest' && matrix.go-version == '1.19.x'
4646

4747
- name: Staticcheck
48-
uses: dominikh/[email protected].0
48+
uses: dominikh/[email protected].1
4949
with:
50-
version: "2022.1"
50+
version: "2024.1"
5151
install-go: false
5252
cache-key: ${{ matrix.go }}
5353
if: matrix.os == 'windows-latest' && matrix.go-version == '1.19.x'

0 commit comments

Comments
 (0)