🌱 Bump actions/setup-go from 3.2.0 to 3.2.1 (#2040)

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>
Co-authored-by: Azeem Shaikh <azeemshaikh38@gmail.com>
This commit is contained in:
dependabot[bot] 2022-07-12 22:22:25 +00:00 committed by GitHub
parent 63e40aea4d
commit 220c49d52b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 30 additions and 30 deletions

View File

@ -70,7 +70,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v2.2.0
uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a # v2.2.0
with:
go-version: ${{ env.GO_VERSION }}
- name: docker build
@ -112,7 +112,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v2.2.0
uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a # v2.2.0
with:
go-version: ${{ env.GO_VERSION }}
- name: docker build
@ -154,7 +154,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v2.2.0
uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a # v2.2.0
with:
go-version: ${{ env.GO_VERSION }}
- name: docker build
@ -196,7 +196,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v2.2.0
uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a # v2.2.0
with:
go-version: ${{ env.GO_VERSION }}
- name: docker build
@ -238,7 +238,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v2.2.0
uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a # v2.2.0
with:
go-version: ${{ env.GO_VERSION }}
- name: docker build
@ -280,7 +280,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v2.2.0
uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a # v2.2.0
with:
go-version: ${{ env.GO_VERSION }}
- name: docker build
@ -322,7 +322,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v2.2.0
uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a # v2.2.0
with:
go-version: '^1.17'
- name: docker build

View File

@ -40,7 +40,7 @@ jobs:
fetch-depth: 0
-
name: Set up Go
uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v2.2.0
uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a # v2.2.0
with:
go-version: 1.17
-

View File

@ -48,7 +48,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}
- name: setup-go
uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v2.2.0
uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a # v2.2.0
with:
go-version: '1.17'

View File

@ -58,7 +58,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v2.2.0
uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a # v2.2.0
with:
go-version: ${{ env.GO_VERSION }}
- name: Run unit-tests
@ -101,7 +101,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v2.2.0
uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a # v2.2.0
with:
go-version: ${{ env.GO_VERSION }}
- name: generate mocks
@ -146,7 +146,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v2.2.0
uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a # v2.2.0
with:
go-version: ${{ env.GO_VERSION }}
- name: generate docs
@ -190,7 +190,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v2.2.0
uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a # v2.2.0
with:
go-version: ${{ env.GO_VERSION }}
- name: build-proto
@ -235,7 +235,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v2.2.0
uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a # v2.2.0
with:
go-version: ${{ env.GO_VERSION }}
- name: Run build
@ -280,7 +280,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v2.2.0
uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a # v2.2.0
with:
go-version: ${{ env.GO_VERSION }}
- name: build cron
@ -325,7 +325,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v2.2.0
uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a # v2.2.0
with:
go-version: ${{ env.GO_VERSION }}
- name: build worker
@ -370,7 +370,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v2.2.0
uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a # v2.2.0
with:
go-version: ${{ env.GO_VERSION }}
- name: build cii-worker
@ -415,7 +415,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v2.2.0
uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a # v2.2.0
with:
go-version: ${{ env.GO_VERSION }}
- name: build shuffler
@ -460,7 +460,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v2.2.0
uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a # v2.2.0
with:
go-version: ${{ env.GO_VERSION }}
- name: build bq transfer
@ -505,7 +505,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v2.2.0
uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a # v2.2.0
with:
go-version: ${{ env.GO_VERSION }}
- name: build bq transfer
@ -550,7 +550,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v2.2.0
uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a # v2.2.0
with:
go-version: ${{ env.GO_VERSION }}
- name: build webhook
@ -595,7 +595,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v2.2.0
uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a # v2.2.0
with:
go-version: ${{ env.GO_VERSION }}
- name: build-add-script
@ -640,7 +640,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v2.2.0
uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a # v2.2.0
with:
go-version: ${{ env.GO_VERSION }}
- name: build-validate-script
@ -685,7 +685,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v2.2.0
uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a # v2.2.0
with:
go-version: ${{ env.GO_VERSION }}
- name: build-validate-script
@ -729,7 +729,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v2.2.0
uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a # v2.2.0
with:
go-version: ${{ env.GO_VERSION }}
- name: Run build
@ -764,7 +764,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v2.2.0
uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a # v2.2.0
with:
go-version: ${{ env.GO_VERSION }}
- name: Run build
@ -808,7 +808,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v2.2.0
uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a # v2.2.0
with:
go-version: ${{ env.GO_VERSION }}
- name: Run build
@ -852,7 +852,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v2.2.0
uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a # v2.2.0
with:
go-version: ${{ env.GO_VERSION }}
- name: Run build
@ -876,7 +876,7 @@ jobs:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2.3.4
- uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v2.2.0
- uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a # v2.2.0
with:
go-version: '1.17'
- name: Check license headers

View File

@ -44,7 +44,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923
uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a
with:
go-version: ${{ env.GO_VERSION }}
- name: install ko