add go1.23.0

Signed-off-by: Akhil Mohan <akhilerm@gmail.com>
This commit is contained in:
Akhil Mohan
2024-08-11 13:45:05 +05:30
parent a406da9628
commit fb8cd045b8
9 changed files with 10 additions and 10 deletions

View File

@@ -6,7 +6,7 @@ on:
name: API Release
env:
GO_VERSION: "1.22.6"
GO_VERSION: "1.23.0"
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, actuated-arm64-4cpu-16gb, macos-12, windows-2019, windows-2022]
go-version: ["1.22.6"]
go-version: ["1.22.6", "1.23.0"]
exclude:
- os: ${{ github.repository != 'containerd/containerd' && 'actuated-arm64-4cpu-16gb' }}
steps:

View File

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