Skip to content

Commit

Permalink
Merge pull request #92 from masutaka/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-go-3

Bump actions/setup-go from 2 to 3
  • Loading branch information
masutaka authored May 15, 2022
2 parents eebeffa + 53f9f64 commit f835856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup Go environment
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: 1.18.1
- run: make test-all

0 comments on commit f835856

Please sign in to comment.