We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 27b316f + 44e66a9 commit 1f12d79Copy full SHA for 1f12d79
.github/workflows/codeql.yml
@@ -61,7 +61,7 @@ jobs:
61
ln -s vendor.sum go.sum
62
-
63
name: Update Go
64
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
65
with:
66
go-version: "1.24.7"
67
.github/workflows/test.yml
@@ -64,7 +64,7 @@ jobs:
path: ${{ env.GOPATH }}/src/github.com/docker/cli
name: Set up Go
68
69
70
0 commit comments