Skip to content

Commit

Permalink
ci: bump actions/setup-go to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
umarcor committed Feb 9, 2021
1 parent 88e36a6 commit cca4c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Test.yml
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ${{ matrix.platform }}-latest
steps:

- uses: actions/setup-go@v1
- uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go }}

Expand Down

0 comments on commit cca4c9e

Please sign in to comment.