mirror of https://github.com/docker/cli.git
Merge 44e66a97a9 into 27b316fc0d
This commit is contained in:
commit
7c69b8cd0b
|
|
@ -61,7 +61,7 @@ jobs:
|
||||||
ln -s vendor.sum go.sum
|
ln -s vendor.sum go.sum
|
||||||
-
|
-
|
||||||
name: Update Go
|
name: Update Go
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v6
|
||||||
with:
|
with:
|
||||||
go-version: "1.24.7"
|
go-version: "1.24.7"
|
||||||
-
|
-
|
||||||
|
|
|
||||||
|
|
@ -64,7 +64,7 @@ jobs:
|
||||||
path: ${{ env.GOPATH }}/src/github.com/docker/cli
|
path: ${{ env.GOPATH }}/src/github.com/docker/cli
|
||||||
-
|
-
|
||||||
name: Set up Go
|
name: Set up Go
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v6
|
||||||
with:
|
with:
|
||||||
go-version: "1.24.7"
|
go-version: "1.24.7"
|
||||||
-
|
-
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue