Merge pull request #11834 from austinvazquez/bump-golang-versions-05062025-in-ci

ci: bump golang [1.23.9, 1.24.3] in build and release
This commit is contained in:
Derek McGowan
2025-05-23 16:56:39 +00:00
committed by GitHub
9 changed files with 10 additions and 10 deletions

View File

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

View File

@@ -189,7 +189,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-22.04, ubuntu-24.04, ubuntu-24.04-arm, macos-13, windows-2019, windows-2022]
go-version: ["1.23.8", "1.24.2"]
go-version: ["1.23.9", "1.24.3"]
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: ./.github/actions/install-go

View File

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