update to go 1.21.8, 1.22.1

See https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
Akihiro Suda
2024-03-06 06:30:26 +09:00
parent d9a867a076
commit 7ecdebff93
7 changed files with 8 additions and 8 deletions

View File

@@ -3,7 +3,7 @@ description: "Reusable action to install Go, so there is one place to bump Go ve
inputs:
go-version:
required: true
default: "1.21.6"
default: "1.21.8"
description: "Go version to install"
runs:

View File

@@ -188,7 +188,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-22.04, actuated-arm64-4cpu-16gb, macos-12, windows-2019, windows-2022]
go-version: ["1.21.6", "1.22.0"]
go-version: ["1.21.8", "1.22.1"]
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/install-go

View File

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