Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
RealAlexandreAI authored May 22, 2024
1 parent c8c71bc commit a21a61c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: ['1.18', '1.19', '1.20', '1.21', '1.22']
go-version: ['1.21', '1.22']
env:
VERBOSE: 1

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

0 comments on commit a21a61c

Please sign in to comment.