Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Fenny authored Feb 9, 2024
1 parent f26d243 commit e94f26a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
Build:
strategy:
matrix:
go-version: [1.19.x, 1.20.x, 1.21.x]
go-version: [1.20.x, 1.21.x]
platform: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand All @@ -35,4 +35,4 @@ jobs:
with:
max_attempts: 3
timeout_minutes: 15
command: go test ./... -v -race -count=1
command: go test ./... -v -race -count=1

0 comments on commit e94f26a

Please sign in to comment.