Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sunhailin-Leo authored Nov 21, 2023
1 parent f8568b2 commit 9db4a5a
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 @@ -14,7 +14,7 @@ jobs:
Build:
strategy:
matrix:
go-version: [1.18.x, 1.19.x, 1.20.x, 1.21.x]
go-version: [1.19.x, 1.20.x, 1.21.x]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down Expand Up @@ -45,4 +45,4 @@ jobs:
with:
max_attempts: 3
timeout_minutes: 15
command: go test ./... -v -race
command: go test ./... -v -race

0 comments on commit 9db4a5a

Please sign in to comment.