Update to Go v1.22 in CI and release

Signed-off-by: Austin Vazquez <macedonv@amazon.com>
This commit is contained in:
Austin Vazquez 2024-02-11 05:07:50 +00:00 committed by Casey Callendrello
parent 976edfe1bc
commit 2bae9b67d3
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ name: test
on: ["push", "pull_request"]
env:
GO_VERSION: "1.21"
GO_VERSION: "1.22"
LINUX_ARCHES: "amd64 386 arm arm64 s390x mips64le ppc64le riscv64"
jobs:

View File

@ -3,7 +3,7 @@ set -xe
SRC_DIR="${SRC_DIR:-$PWD}"
DOCKER="${DOCKER:-docker}"
GOLANG="${GOLANG:-golang:1.21-alpine}"
GOLANG="${GOLANG:-golang:1.22-alpine}"
TAG=$(git describe --tags --dirty)
RELEASE_DIR=release-${TAG}