From 2bae9b67d33780c7b63aec3cb00d9e930f8ccf47 Mon Sep 17 00:00:00 2001 From: Austin Vazquez Date: Sun, 11 Feb 2024 05:07:50 +0000 Subject: [PATCH] Update to Go v1.22 in CI and release Signed-off-by: Austin Vazquez --- .github/workflows/test.yaml | 2 +- scripts/release.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 9f0a45e82..b81c6a1fe 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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: diff --git a/scripts/release.sh b/scripts/release.sh index b8e5659f7..7b8a476e4 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -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}