ci: bump Go 1.24.9, 1.25.3

Signed-off-by: Austin Vazquez <austin.vazquez@docker.com>
This commit is contained in:
Austin Vazquez
2025-11-04 08:42:02 -06:00
parent 8bcea1029a
commit acbaa8a990
9 changed files with 10 additions and 10 deletions

View File

@@ -6,7 +6,7 @@ on:
name: API Release
env:
GO_VERSION: "1.24.8"
GO_VERSION: "1.24.9"
permissions: # added using https://github.com/step-security/secure-workflows
contents: read

View File

@@ -191,7 +191,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-22.04, ubuntu-24.04, ubuntu-24.04-arm, macos-13, windows-2022]
go-version: ["1.24.8", "1.25.2"]
go-version: ["1.24.9", "1.25.3"]
exclude:
- os: ${{ github.event.repository.private && 'ubuntu-24.04-arm' || '' }}
steps:

View File

@@ -13,7 +13,7 @@ on:
name: Release
env:
GO_VERSION: "1.24.8"
GO_VERSION: "1.24.9"
permissions: # added using https://github.com/step-security/secure-workflows
contents: read