Skip to content

Commit

Permalink
Merge pull request #46 from yasuoza/renovate/actions-setup-go-3.x
Browse files Browse the repository at this point in the history
Update actions/setup-go action to v3
  • Loading branch information
yasuoza committed Mar 30, 2022
2 parents d26b8c4 + 5748efb commit 610135d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
go: [1.17]
name: Test with Go version ${{ matrix.go }}
steps:
- uses: actions/setup-go@v2.2.0
- uses: actions/setup-go@v3.0.0
with:
go-version: ${{ matrix.go }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
go: [1.17]
name: Test with Go version ${{ matrix.go }}
steps:
- uses: actions/setup-go@v2.2.0
- uses: actions/setup-go@v3.0.0
with:
go-version: ${{ matrix.go }}

Expand All @@ -37,7 +37,7 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-go@v2.2.0
- uses: actions/setup-go@v3.0.0
with:
go-version: 1.17

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
go: [1.17]
name: Test with Go version ${{ matrix.go }}
steps:
- uses: actions/setup-go@v2.2.0
- uses: actions/setup-go@v3.0.0
with:
go-version: ${{ matrix.go }}

Expand Down

0 comments on commit 610135d

Please sign in to comment.