Skip to content

Commit

Permalink
Merge pull request #5 from shogo82148/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/setup-go-3

Bump actions/setup-go from 2 to 3
  • Loading branch information
shogo82148 authored Jul 10, 2022
2 parents 38d0f08 + e025e41 commit d2f7b53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: setup Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: '1.17'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: setup Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
stable: 'false'
go-version: ${{ matrix.go }}
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: setup Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: '1.17'

Expand Down

0 comments on commit d2f7b53

Please sign in to comment.