Skip to content

Commit

Permalink
Update go-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
web3-bot committed Aug 23, 2023
1 parent 533da9d commit 2830fd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ "ubuntu", "windows", "macos" ]
go: [ "1.17.x", "1.18.x" ]
os: [ "ubuntu" ]
go: [ "1.17.7" ]
env:
COVERAGES: ""
runs-on: ${{ format('{0}-latest', matrix.os) }}
Expand Down

0 comments on commit 2830fd1

Please sign in to comment.