Skip to content
This repository was archived by the owner on Jun 26, 2023. It is now read-only.

Commit

Permalink
update .github/workflows/go-test.yml
Browse files Browse the repository at this point in the history
web3-bot committed Jan 14, 2022
1 parent 9276048 commit 2d45640
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
@@ -13,8 +13,8 @@ jobs:
go: [ "1.16.x", "1.17.x" ]
env:
COVERAGES: ""
runs-on: ${{ format('{0}-latest', matrix.os) }}
name: ${{ matrix.os }} (go ${{ matrix.go }})
runs-on: ${{ matrix.os }}-latest
name: ${{ matrix.os}} (go ${{ matrix.go }})
steps:
- uses: actions/checkout@v2
with:

0 comments on commit 2d45640

Please sign in to comment.