Skip to content

Commit

Permalink
Merge pull request #166 from shogo82148/bump-actions-setup-go-v3
Browse files Browse the repository at this point in the history
bump actions/setup-go v3
  • Loading branch information
shogo82148 committed Mar 12, 2022
2 parents 982f704 + bd74267 commit 4a6093f
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:
with:
path: src/github.com/shogo82148/goa-v1
persist-credentials: false
- uses: actions/setup-go@v2
- uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}
- run: |
Expand Down

0 comments on commit 4a6093f

Please sign in to comment.