Skip to content

Commit be17904

Browse files
Bump actions/setup-go from 2 to 3 (#706)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 3. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v2...v3) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 041f18d commit be17904

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/publish-go-tester-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
uses: actions/checkout@v2
9090

9191
- name: Install Go
92-
uses: actions/setup-go@v2
92+
uses: actions/setup-go@v3
9393
with:
9494
go-version: ${{ env.GO_VERSION }}
9595

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
uses: actions/checkout@v2
5959

6060
- name: Install Go
61-
uses: actions/setup-go@v2
61+
uses: actions/setup-go@v3
6262
with:
6363
go-version: "1.14"
6464

.github/workflows/test-go-integration-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
uses: actions/checkout@v2
7676

7777
- name: Install Go
78-
uses: actions/setup-go@v2
78+
uses: actions/setup-go@v3
7979
with:
8080
go-version: ${{ env.GO_VERSION }}
8181

.github/workflows/test-go-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
uses: actions/checkout@v2
8282

8383
- name: Install Go
84-
uses: actions/setup-go@v2
84+
uses: actions/setup-go@v3
8585
with:
8686
go-version: ${{ env.GO_VERSION }}
8787

0 commit comments

Comments
 (0)