Skip to content

Commit 626e64c

Browse files
build(deps): bump actions/setup-go from 4 to 5
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v4...v5) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 73ef44f commit 626e64c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
git checkout HEAD^2
4545
-
4646
name: Update Go
47-
uses: actions/setup-go@v4
47+
uses: actions/setup-go@v5
4848
with:
4949
go-version: '1.21'
5050
-

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
path: ${{ env.GOPATH }}/src/github.com/docker/cli
6262
-
6363
name: Set up Go
64-
uses: actions/setup-go@v4
64+
uses: actions/setup-go@v5
6565
with:
6666
go-version: 1.21.5
6767
-

0 commit comments

Comments
 (0)