This commit is contained in:
dependabot[bot] 2025-09-04 11:32:40 +00:00 committed by GitHub
commit 7c69b8cd0b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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"
- -

View File

@ -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"
- -