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 d48256b + 428518a commit ede7019Copy full SHA for ede7019
.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/e2e.yml
@@ -39,8 +39,7 @@ jobs:
39
engine-version:
40
- 28 # latest
41
- 27 # latest - 1
42
- - 26 # github actions default
43
- - 23 # mirantis lts
+ - 25 # mirantis lts
44
steps:
45
46
name: Checkout
.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