Skip to content

Commit 6f20a8a

Browse files
committed
add go 1.22 to unit tests
1 parent fee5960 commit 6f20a8a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
go-version: [1.16.x, 1.17.x, 1.18.x, 1.19.x, 1.20.x, 1.21.x]
11+
go-version: [1.16.x, 1.17.x, 1.18.x, 1.19.x, 1.20.x, 1.21.x, 1.22.x]
1212
os: [ubuntu-latest, macos-latest, windows-latest]
1313
runs-on: ${{ matrix.os }}
1414
steps:
@@ -37,17 +37,17 @@ jobs:
3737
uses: codecov/codecov-action@v2
3838
with:
3939
files: ./coverage
40-
if: matrix.os == 'windows-latest' && matrix.go-version == '1.19.x'
40+
if: matrix.os == 'windows-latest' && matrix.go-version == '1.23.x'
4141

4242
- name: Go vet
4343
run: |
4444
go vet .
45-
if: matrix.os == 'windows-latest' && matrix.go-version == '1.19.x'
45+
if: matrix.os == 'windows-latest' && matrix.go-version == '1.23.x'
4646

4747
- name: Staticcheck
4848
uses: dominikh/[email protected]
4949
with:
5050
version: "2024.1"
5151
install-go: false
5252
cache-key: ${{ matrix.go }}
53-
if: matrix.os == 'windows-latest' && matrix.go-version == '1.19.x'
53+
if: matrix.os == 'windows-latest' && matrix.go-version == '1.23.x'

0 commit comments

Comments
 (0)