Skip to content

Commit 9b921f0

Browse files
🌱 Bump actions/setup-go from 2.1.5 to 2.2.0 (#1619)
1 parent 61e52d4 commit 9b921f0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
fetch-depth: 0
3333
-
3434
name: Set up Go
35-
uses: actions/setup-go@424fc82d43fa5a37540bae62709ddcc23d9520d4 # v2.1.3
35+
uses: actions/setup-go@bfdd3570ce990073878bf10f6b2d79082de49492 # v2.2.0
3636
with:
3737
go-version: 1.17
3838
-

.github/workflows/integration.yml

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

4040
- name: setup-go
41-
uses: actions/setup-go@424fc82d43fa5a37540bae62709ddcc23d9520d4 # v2.1.3
41+
uses: actions/setup-go@bfdd3570ce990073878bf10f6b2d79082de49492 # v2.2.0
4242
with:
4343
go-version: '1.17'
4444

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
fetch-depth: 0
4949
- name: Setup Go
50-
uses: actions/setup-go@424fc82d43fa5a37540bae62709ddcc23d9520d4 # v2.1.3
50+
uses: actions/setup-go@bfdd3570ce990073878bf10f6b2d79082de49492 # v2.2.0
5151
with:
5252
go-version: '^1.17'
5353
- name: Install tools
@@ -68,7 +68,7 @@ jobs:
6868
contents: read
6969
steps:
7070
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2.3.4
71-
- uses: actions/setup-go@424fc82d43fa5a37540bae62709ddcc23d9520d4 # v2.1.3
71+
- uses: actions/setup-go@bfdd3570ce990073878bf10f6b2d79082de49492 # v2.2.0
7272
with:
7373
go-version: '1.17'
7474
- name: Check license headers

0 commit comments

Comments
 (0)