Skip to content

Commit

Permalink
chore(deps): update actions/setup-go action to v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 26, 2022
1 parent bd8d243 commit a405134
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/debug-build.yml
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3.0.2
- name: Setup Go
uses: actions/setup-go@v3.1.0
uses: actions/setup-go@v3.2.0
with:
# renovate: go
go-version: 1.18.2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint-build-test.yml
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3.0.2
- name: Install go
uses: actions/setup-go@v3.1.0
uses: actions/setup-go@v3.2.0
with:
# renovate: go
go-version: 1.18.2
Expand All @@ -63,7 +63,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3.0.2
- name: Install go
uses: actions/setup-go@v3.1.0
uses: actions/setup-go@v3.2.0
with:
# renovate: go
go-version: 1.18.2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
# https://github.com/goreleaser/goreleaser-action/issues/56#issuecomment-568718162
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v3.1.0
uses: actions/setup-go@v3.2.0
with:
# renovate: go
go-version: 1.18.2
Expand Down

0 comments on commit a405134

Please sign in to comment.