update .github/workflows/go-test.yml

This commit is contained in:
web3-bot 2022-06-01 08:57:20 +00:00
parent 42190170f2
commit 4939bdc0a5

View File

@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
os: [ "ubuntu", "windows", "macos" ]
go: [ "1.16.x", "1.17.x" ]
go: [ "1.17.x", "1.18.x" ]
env:
COVERAGES: ""
runs-on: ${{ format('{0}-latest', matrix.os) }}