Skip to content

Commit

Permalink
Merge pull request #230 from shogo82148/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/setup-go-4
  • Loading branch information
shogo82148 committed Mar 16, 2023
2 parents 7861e40 + 4e11e63 commit 5cd0a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
path: src/github.com/shogo82148/goa-v1
persist-credentials: false
- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}
- run: |
Expand Down

0 comments on commit 5cd0a24

Please sign in to comment.