Skip to content

Commit 6406cfd

Browse files
🌱 Bump actions/setup-go from 3.0.0 to 3.1.0
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@f6164bd...fcdc436) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 236b296 commit 6406cfd

File tree

5 files changed

+30
-30
lines changed

5 files changed

+30
-30
lines changed

.github/workflows/docker.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
with:
7171
fetch-depth: 0
7272
- name: Setup Go
73-
uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v2.2.0
73+
uses: actions/setup-go@fcdc43634adb5f7ae75a9d7a9b9361790f7293e2 # v2.2.0
7474
with:
7575
go-version: ${{ env.GO_VERSION }}
7676
- name: docker build
@@ -112,7 +112,7 @@ jobs:
112112
with:
113113
fetch-depth: 0
114114
- name: Setup Go
115-
uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v2.2.0
115+
uses: actions/setup-go@fcdc43634adb5f7ae75a9d7a9b9361790f7293e2 # v2.2.0
116116
with:
117117
go-version: ${{ env.GO_VERSION }}
118118
- name: docker build
@@ -154,7 +154,7 @@ jobs:
154154
with:
155155
fetch-depth: 0
156156
- name: Setup Go
157-
uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v2.2.0
157+
uses: actions/setup-go@fcdc43634adb5f7ae75a9d7a9b9361790f7293e2 # v2.2.0
158158
with:
159159
go-version: ${{ env.GO_VERSION }}
160160
- name: docker build
@@ -196,7 +196,7 @@ jobs:
196196
with:
197197
fetch-depth: 0
198198
- name: Setup Go
199-
uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v2.2.0
199+
uses: actions/setup-go@fcdc43634adb5f7ae75a9d7a9b9361790f7293e2 # v2.2.0
200200
with:
201201
go-version: ${{ env.GO_VERSION }}
202202
- name: docker build
@@ -238,7 +238,7 @@ jobs:
238238
with:
239239
fetch-depth: 0
240240
- name: Setup Go
241-
uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v2.2.0
241+
uses: actions/setup-go@fcdc43634adb5f7ae75a9d7a9b9361790f7293e2 # v2.2.0
242242
with:
243243
go-version: ${{ env.GO_VERSION }}
244244
- name: docker build
@@ -280,7 +280,7 @@ jobs:
280280
with:
281281
fetch-depth: 0
282282
- name: Setup Go
283-
uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v2.2.0
283+
uses: actions/setup-go@fcdc43634adb5f7ae75a9d7a9b9361790f7293e2 # v2.2.0
284284
with:
285285
go-version: ${{ env.GO_VERSION }}
286286
- name: docker build
@@ -322,7 +322,7 @@ jobs:
322322
with:
323323
fetch-depth: 0
324324
- name: Setup Go
325-
uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v2.2.0
325+
uses: actions/setup-go@fcdc43634adb5f7ae75a9d7a9b9361790f7293e2 # v2.2.0
326326
with:
327327
go-version: '^1.17'
328328
- name: docker build

.github/workflows/goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
fetch-depth: 0
4141
-
4242
name: Set up Go
43-
uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v2.2.0
43+
uses: actions/setup-go@fcdc43634adb5f7ae75a9d7a9b9361790f7293e2 # v2.2.0
4444
with:
4545
go-version: 1.17
4646
-

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
ref: ${{ github.event.pull_request.head.sha }}
4949

5050
- name: setup-go
51-
uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v2.2.0
51+
uses: actions/setup-go@fcdc43634adb5f7ae75a9d7a9b9361790f7293e2 # v2.2.0
5252
with:
5353
go-version: '1.17'
5454

.github/workflows/main.yml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
with:
5959
fetch-depth: 0
6060
- name: Setup Go
61-
uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v2.2.0
61+
uses: actions/setup-go@fcdc43634adb5f7ae75a9d7a9b9361790f7293e2 # v2.2.0
6262
with:
6363
go-version: ${{ env.GO_VERSION }}
6464
- name: Run unit-tests
@@ -101,7 +101,7 @@ jobs:
101101
with:
102102
fetch-depth: 0
103103
- name: Setup Go
104-
uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v2.2.0
104+
uses: actions/setup-go@fcdc43634adb5f7ae75a9d7a9b9361790f7293e2 # v2.2.0
105105
with:
106106
go-version: ${{ env.GO_VERSION }}
107107
- name: generate mocks
@@ -146,7 +146,7 @@ jobs:
146146
with:
147147
fetch-depth: 0
148148
- name: Setup Go
149-
uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v2.2.0
149+
uses: actions/setup-go@fcdc43634adb5f7ae75a9d7a9b9361790f7293e2 # v2.2.0
150150
with:
151151
go-version: ${{ env.GO_VERSION }}
152152
- name: generate docs
@@ -190,7 +190,7 @@ jobs:
190190
with:
191191
fetch-depth: 0
192192
- name: Setup Go
193-
uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v2.2.0
193+
uses: actions/setup-go@fcdc43634adb5f7ae75a9d7a9b9361790f7293e2 # v2.2.0
194194
with:
195195
go-version: ${{ env.GO_VERSION }}
196196
- name: build-proto
@@ -235,7 +235,7 @@ jobs:
235235
with:
236236
fetch-depth: 0
237237
- name: Setup Go
238-
uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v2.2.0
238+
uses: actions/setup-go@fcdc43634adb5f7ae75a9d7a9b9361790f7293e2 # v2.2.0
239239
with:
240240
go-version: ${{ env.GO_VERSION }}
241241
- name: Run build
@@ -280,7 +280,7 @@ jobs:
280280
with:
281281
fetch-depth: 0
282282
- name: Setup Go
283-
uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v2.2.0
283+
uses: actions/setup-go@fcdc43634adb5f7ae75a9d7a9b9361790f7293e2 # v2.2.0
284284
with:
285285
go-version: ${{ env.GO_VERSION }}
286286
- name: build cron
@@ -325,7 +325,7 @@ jobs:
325325
with:
326326
fetch-depth: 0
327327
- name: Setup Go
328-
uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v2.2.0
328+
uses: actions/setup-go@fcdc43634adb5f7ae75a9d7a9b9361790f7293e2 # v2.2.0
329329
with:
330330
go-version: ${{ env.GO_VERSION }}
331331
- name: build worker
@@ -370,7 +370,7 @@ jobs:
370370
with:
371371
fetch-depth: 0
372372
- name: Setup Go
373-
uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v2.2.0
373+
uses: actions/setup-go@fcdc43634adb5f7ae75a9d7a9b9361790f7293e2 # v2.2.0
374374
with:
375375
go-version: ${{ env.GO_VERSION }}
376376
- name: build cii-worker
@@ -415,7 +415,7 @@ jobs:
415415
with:
416416
fetch-depth: 0
417417
- name: Setup Go
418-
uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v2.2.0
418+
uses: actions/setup-go@fcdc43634adb5f7ae75a9d7a9b9361790f7293e2 # v2.2.0
419419
with:
420420
go-version: ${{ env.GO_VERSION }}
421421
- name: build shuffler
@@ -460,7 +460,7 @@ jobs:
460460
with:
461461
fetch-depth: 0
462462
- name: Setup Go
463-
uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v2.2.0
463+
uses: actions/setup-go@fcdc43634adb5f7ae75a9d7a9b9361790f7293e2 # v2.2.0
464464
with:
465465
go-version: ${{ env.GO_VERSION }}
466466
- name: build bq transfer
@@ -505,7 +505,7 @@ jobs:
505505
with:
506506
fetch-depth: 0
507507
- name: Setup Go
508-
uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v2.2.0
508+
uses: actions/setup-go@fcdc43634adb5f7ae75a9d7a9b9361790f7293e2 # v2.2.0
509509
with:
510510
go-version: ${{ env.GO_VERSION }}
511511
- name: build bq transfer
@@ -550,7 +550,7 @@ jobs:
550550
with:
551551
fetch-depth: 0
552552
- name: Setup Go
553-
uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v2.2.0
553+
uses: actions/setup-go@fcdc43634adb5f7ae75a9d7a9b9361790f7293e2 # v2.2.0
554554
with:
555555
go-version: ${{ env.GO_VERSION }}
556556
- name: build webhook
@@ -595,7 +595,7 @@ jobs:
595595
with:
596596
fetch-depth: 0
597597
- name: Setup Go
598-
uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v2.2.0
598+
uses: actions/setup-go@fcdc43634adb5f7ae75a9d7a9b9361790f7293e2 # v2.2.0
599599
with:
600600
go-version: ${{ env.GO_VERSION }}
601601
- name: build-add-script
@@ -640,7 +640,7 @@ jobs:
640640
with:
641641
fetch-depth: 0
642642
- name: Setup Go
643-
uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v2.2.0
643+
uses: actions/setup-go@fcdc43634adb5f7ae75a9d7a9b9361790f7293e2 # v2.2.0
644644
with:
645645
go-version: ${{ env.GO_VERSION }}
646646
- name: build-validate-script
@@ -685,7 +685,7 @@ jobs:
685685
with:
686686
fetch-depth: 0
687687
- name: Setup Go
688-
uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v2.2.0
688+
uses: actions/setup-go@fcdc43634adb5f7ae75a9d7a9b9361790f7293e2 # v2.2.0
689689
with:
690690
go-version: ${{ env.GO_VERSION }}
691691
- name: build-validate-script
@@ -729,7 +729,7 @@ jobs:
729729
with:
730730
fetch-depth: 0
731731
- name: Setup Go
732-
uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v2.2.0
732+
uses: actions/setup-go@fcdc43634adb5f7ae75a9d7a9b9361790f7293e2 # v2.2.0
733733
with:
734734
go-version: ${{ env.GO_VERSION }}
735735
- name: Run build
@@ -764,7 +764,7 @@ jobs:
764764
with:
765765
fetch-depth: 0
766766
- name: Setup Go
767-
uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v2.2.0
767+
uses: actions/setup-go@fcdc43634adb5f7ae75a9d7a9b9361790f7293e2 # v2.2.0
768768
with:
769769
go-version: ${{ env.GO_VERSION }}
770770
- name: Run build
@@ -808,7 +808,7 @@ jobs:
808808
with:
809809
fetch-depth: 0
810810
- name: Setup Go
811-
uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v2.2.0
811+
uses: actions/setup-go@fcdc43634adb5f7ae75a9d7a9b9361790f7293e2 # v2.2.0
812812
with:
813813
go-version: ${{ env.GO_VERSION }}
814814
- name: Run build
@@ -848,7 +848,7 @@ jobs:
848848
with:
849849
fetch-depth: 0
850850
- name: Setup Go
851-
uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v2.2.0
851+
uses: actions/setup-go@fcdc43634adb5f7ae75a9d7a9b9361790f7293e2 # v2.2.0
852852
with:
853853
go-version: ${{ env.GO_VERSION }}
854854
- name: Run build
@@ -872,7 +872,7 @@ jobs:
872872
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
873873

874874
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2.3.4
875-
- uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v2.2.0
875+
- uses: actions/setup-go@fcdc43634adb5f7ae75a9d7a9b9361790f7293e2 # v2.2.0
876876
with:
877877
go-version: '1.17'
878878
- name: Check license headers

.github/workflows/publishimage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
fetch-depth: 0
4343
- name: Setup Go
44-
uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v2.2.0
44+
uses: actions/setup-go@fcdc43634adb5f7ae75a9d7a9b9361790f7293e2 # v2.2.0
4545
with:
4646
go-version: ${{ env.GO_VERSION }}
4747
- name: install ko

0 commit comments

Comments
 (0)