Skip to content

Commit d00f68c

Browse files
Bump actions/setup-go from 5 to 6
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5 to 6. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b2b9e18 commit d00f68c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
holodeck_config: "test/e2e/infra/aws.yml"
5353

5454
- name: Install Go
55-
uses: actions/setup-go@v5
55+
uses: actions/setup-go@v6
5656
with:
5757
go-version: ${{ env.GOLANG_VERSION }}
5858

.github/workflows/golang.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
GOLANG_VERSION=$(./hack/golang-version.sh)
3737
echo "GOLANG_VERSION=${GOLANG_VERSION##GOLANG_VERSION := }" >> $GITHUB_ENV
3838
- name: Install Go
39-
uses: actions/setup-go@v5
39+
uses: actions/setup-go@v6
4040
with:
4141
go-version: ${{ env.GOLANG_VERSION }}
4242
- name: Lint
@@ -88,7 +88,7 @@ jobs:
8888
GOLANG_VERSION=$(./hack/golang-version.sh)
8989
echo "GOLANG_VERSION=${GOLANG_VERSION##GOLANG_VERSION ?= }" >> $GITHUB_ENV
9090
- name: Install Go
91-
uses: actions/setup-go@v5
91+
uses: actions/setup-go@v6
9292
with:
9393
go-version: ${{ env.GOLANG_VERSION }}
9494
- name: Setup JFrog CLI
@@ -125,7 +125,7 @@ jobs:
125125
GOLANG_VERSION=$(./hack/golang-version.sh)
126126
echo "GOLANG_VERSION=${GOLANG_VERSION##GOLANG_VERSION ?= }" >> $GITHUB_ENV
127127
- name: Install Go
128-
uses: actions/setup-go@v5
128+
uses: actions/setup-go@v6
129129
with:
130130
go-version: ${{ env.GOLANG_VERSION }}
131131
- name: Setup JFrog CLI

0 commit comments

Comments
 (0)