Bump actions/setup-go from 3.2.0 to 3.2.1 (#8835)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3.2.0 to 3.2.1.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](b22fbbc292...84cbf80943
)
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
1ebb68983d
commit
cdd69d03ab
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
|
@ -72,7 +72,7 @@ jobs:
|
||||||
|
|
||||||
- name: Set up Go 1.18
|
- name: Set up Go 1.18
|
||||||
id: go
|
id: go
|
||||||
uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v3.2.0
|
uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a # v3.2.0
|
||||||
with:
|
with:
|
||||||
go-version: '1.18.2'
|
go-version: '1.18.2'
|
||||||
|
|
||||||
|
@ -134,7 +134,7 @@ jobs:
|
||||||
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2
|
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2
|
||||||
|
|
||||||
- name: Setup Go
|
- name: Setup Go
|
||||||
uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v3.2.0
|
uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a # v3.2.0
|
||||||
with:
|
with:
|
||||||
go-version: '1.18.2'
|
go-version: '1.18.2'
|
||||||
|
|
||||||
|
@ -409,7 +409,7 @@ jobs:
|
||||||
- name: Set up Go 1.18
|
- name: Set up Go 1.18
|
||||||
id: go
|
id: go
|
||||||
if: ${{ steps.filter-images.outputs.kube-webhook-certgen == 'true' }}
|
if: ${{ steps.filter-images.outputs.kube-webhook-certgen == 'true' }}
|
||||||
uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v3.2.0
|
uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a # v3.2.0
|
||||||
with:
|
with:
|
||||||
go-version: '1.18.2'
|
go-version: '1.18.2'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue