Skip to content

Commit 9b63299

Browse files
Bump actions/setup-go from 3 to 4
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3 to 4. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v3...v4) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ffc4e5d commit 9b63299

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
runs-on: ubuntu-20.04
5656
steps:
5757

58-
- uses: actions/setup-go@v3
58+
- uses: actions/setup-go@v4
5959
with:
6060
go-version: ${{ env.GO_VERSION }}
6161

.github/workflows/validations.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: "Static analysis"
1717
runs-on: ubuntu-20.04
1818
steps:
19-
- uses: actions/setup-go@v3
19+
- uses: actions/setup-go@v4
2020
with:
2121
go-version: ${{ env.GO_VERSION }}
2222

@@ -53,7 +53,7 @@ jobs:
5353
name: "Unit tests"
5454
runs-on: ubuntu-20.04
5555
steps:
56-
- uses: actions/setup-go@v3
56+
- uses: actions/setup-go@v4
5757
with:
5858
go-version: ${{ env.GO_VERSION }}
5959

@@ -104,7 +104,7 @@ jobs:
104104
name: "Build snapshot artifacts"
105105
runs-on: ubuntu-20.04
106106
steps:
107-
- uses: actions/setup-go@v3
107+
- uses: actions/setup-go@v4
108108
with:
109109
go-version: ${{ env.GO_VERSION }}
110110

0 commit comments

Comments
 (0)