mirror of
https://github.com/docker/cli.git
synced 2026-01-26 15:41:42 +03:00
update to go1.25.2
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
2
.github/workflows/codeql.yml
vendored
2
.github/workflows/codeql.yml
vendored
@@ -63,7 +63,7 @@ jobs:
|
||||
name: Update Go
|
||||
uses: actions/setup-go@v6
|
||||
with:
|
||||
go-version: "1.24.8"
|
||||
go-version: "1.25.2"
|
||||
-
|
||||
name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@v4
|
||||
|
||||
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -67,7 +67,7 @@ jobs:
|
||||
name: Set up Go
|
||||
uses: actions/setup-go@v6
|
||||
with:
|
||||
go-version: "1.24.8"
|
||||
go-version: "1.25.2"
|
||||
-
|
||||
name: Test
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user