We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 73ef44f + 626e64c commit af23916Copy full SHA for af23916
2 files changed
.github/workflows/codeql.yml
@@ -44,7 +44,7 @@ jobs:
44
git checkout HEAD^2
45
-
46
name: Update Go
47
- uses: actions/setup-go@v4
+ uses: actions/setup-go@v5
48
with:
49
go-version: '1.21'
50
.github/workflows/test.yml
@@ -61,7 +61,7 @@ jobs:
61
path: ${{ env.GOPATH }}/src/github.com/docker/cli
62
63
name: Set up Go
64
65
66
go-version: 1.21.5
67
0 commit comments