Skip to content

Commit a21a61c

Browse files
Update ci.yaml
1 parent c8c71bc commit a21a61c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
go-version: ['1.18', '1.19', '1.20', '1.21', '1.22']
17+
go-version: ['1.21', '1.22']
1818
env:
1919
VERBOSE: 1
2020

@@ -27,4 +27,4 @@ jobs:
2727
go-version: ${{ matrix.go-version }}
2828
- name: Run tests with race detector
2929
run: |
30-
go test -count=1 -race ./...
30+
go test -count=1 -race ./...

0 commit comments

Comments
 (0)