Merge pull request #1006 from austinvazquez/update-go-in-ci
Update to Go v1.22 in CI and release
This commit is contained in:
commit
8e8410f726
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
@ -4,7 +4,7 @@ name: test
|
|||||||
on: ["push", "pull_request"]
|
on: ["push", "pull_request"]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GO_VERSION: "1.21"
|
GO_VERSION: "1.22"
|
||||||
LINUX_ARCHES: "amd64 386 arm arm64 s390x mips64le ppc64le riscv64"
|
LINUX_ARCHES: "amd64 386 arm arm64 s390x mips64le ppc64le riscv64"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -3,7 +3,7 @@ set -xe
|
|||||||
|
|
||||||
SRC_DIR="${SRC_DIR:-$PWD}"
|
SRC_DIR="${SRC_DIR:-$PWD}"
|
||||||
DOCKER="${DOCKER:-docker}"
|
DOCKER="${DOCKER:-docker}"
|
||||||
GOLANG="${GOLANG:-golang:1.21-alpine}"
|
GOLANG="${GOLANG:-golang:1.22-alpine}"
|
||||||
|
|
||||||
TAG=$(git describe --tags --dirty)
|
TAG=$(git describe --tags --dirty)
|
||||||
RELEASE_DIR=release-${TAG}
|
RELEASE_DIR=release-${TAG}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user