Skip to content

Commit af23916

Browse files
authored
Merge pull request #4701 from docker/dependabot/github_actions/actions/setup-go-5
build(deps): bump actions/setup-go from 4 to 5
2 parents 73ef44f + 626e64c commit af23916

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)