Skip to content

Commit ede7019

Browse files
authored
Merge pull request #6470 from thaJeztah/28.x_backport_setup-go-6
[28.x backport] CI updates
2 parents d48256b + 428518a commit ede7019

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
ln -s vendor.sum go.sum
6262
-
6363
name: Update Go
64-
uses: actions/setup-go@v5
64+
uses: actions/setup-go@v6
6565
with:
6666
go-version: "1.24.7"
6767
-

.github/workflows/e2e.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ jobs:
3939
engine-version:
4040
- 28 # latest
4141
- 27 # latest - 1
42-
- 26 # github actions default
43-
- 23 # mirantis lts
42+
- 25 # mirantis lts
4443
steps:
4544
-
4645
name: Checkout

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
path: ${{ env.GOPATH }}/src/github.com/docker/cli
6565
-
6666
name: Set up Go
67-
uses: actions/setup-go@v5
67+
uses: actions/setup-go@v6
6868
with:
6969
go-version: "1.24.7"
7070
-

0 commit comments

Comments
 (0)