Skip to content

Commit

Permalink
Merge pull request #37 from jiko21/renovate/actions-setup-go-3.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/setup-go action to v3
  • Loading branch information
jiko21 committed Mar 28, 2022
2 parents f15d776 + d0dd36c commit a173a66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:

- name: Set up Go 1.x
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: ^1.13
id: go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: 1.17
- name: Run GoReleaser
Expand Down

0 comments on commit a173a66

Please sign in to comment.