Skip to content

Commit

Permalink
Merge pull request #6 from mashiike/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-go-3

Bump actions/setup-go from 1 to 3
  • Loading branch information
mashiike authored Dec 15, 2022
2 parents 6fe21dc + 2cd7516 commit 33b248b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v1
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}
id: go
Expand Down

0 comments on commit 33b248b

Please sign in to comment.