Skip to content

Commit a27aa0e

Browse files
Bump actions/setup-go from 3.0.0 to 3.2.0
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3.0.0 to 3.2.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@f6164bd...b22fbbc) --- 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 8ce4317 commit a27aa0e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/cd-workflow.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
fetch-depth: 0
4444

4545
- name: Setup Go
46-
uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v2
46+
uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v2
4747
with:
4848
go-version: 1.17.0
4949

@@ -102,7 +102,7 @@ jobs:
102102
fetch-depth: 0
103103

104104
- name: Setup Go
105-
uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v2
105+
uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v2
106106
with:
107107
go-version: 1.17.0
108108

.github/workflows/ci-workflow.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
fetch-depth: 0
5555

5656
- name: Setup Go
57-
uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v2
57+
uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v2
5858
with:
5959
go-version: 1.17.0
6060

@@ -99,7 +99,7 @@ jobs:
9999
fetch-depth: 0
100100

101101
- name: Setup Go
102-
uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v2
102+
uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v2
103103
with:
104104
go-version: 1.17.0
105105

@@ -154,7 +154,7 @@ jobs:
154154
- run: echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
155155

156156
- name: Setup Go
157-
uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v2
157+
uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v2
158158
with:
159159
go-version: 1.17.0
160160

0 commit comments

Comments
 (0)