Skip to content

Commit ce8a34d

Browse files
chore(deps): bump actions/setup-go from 2 to 6
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 6. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v2...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] <support@github.com>
1 parent 4834b7d commit ce8a34d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
path: api/ui/build
5959

6060
- name: Set up Go
61-
uses: actions/setup-go@v5
61+
uses: actions/setup-go@v6
6262
with:
6363
go-version: 1.22
6464

.github/workflows/build-rolling-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
path: api/ui/build
5858

5959
- name: Set up Go
60-
uses: actions/setup-go@v5
60+
uses: actions/setup-go@v6
6161
with:
6262
go-version: 1.22
6363

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: echo ::set-output name=tag::$(echo ${GITHUB_SHA:8})
4141

4242
- name: Set up Go
43-
uses: actions/setup-go@v2
43+
uses: actions/setup-go@v6
4444
with:
4545
go-version: ${{ matrix.go-version }}
4646

0 commit comments

Comments
 (0)