Skip to content

Commit

Permalink
chore(deps): update actions/setup-go action to v3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 11, 2022
1 parent d46f637 commit ec23d92
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-debug.yml
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3.0.2
- name: Setup Go
uses: actions/setup-go@v3.2.0
uses: actions/setup-go@v3.2.1
with:
# renovate: go
go-version: 1.18.3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3.0.2
- name: Install go
uses: actions/setup-go@v3.2.0
uses: actions/setup-go@v3.2.1
with:
# renovate: go
go-version: 1.18.3
Expand All @@ -64,7 +64,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3.0.2
- name: Install go
uses: actions/setup-go@v3.2.0
uses: actions/setup-go@v3.2.1
with:
# renovate: go
go-version: 1.18.3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
# https://github.com/goreleaser/goreleaser-action/issues/56#issuecomment-568718162
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v3.2.0
uses: actions/setup-go@v3.2.1
with:
# renovate: go
go-version: 1.18.3
Expand Down

0 comments on commit ec23d92

Please sign in to comment.