From 0402fd23a349513d3e8d137ddbffcdefcc89838b Mon Sep 17 00:00:00 2001 From: Dhia Ayachi Date: Wed, 7 Dec 2022 15:11:22 -0500 Subject: [PATCH] update go version to 1.19.4 (#15705) * update go version to 1.19.4 * add changelog --- .changelog/15705.txt | 3 +++ .circleci/config.yml | 4 ++-- .github/workflows/build.yml | 20 ++++++++++---------- 3 files changed, 15 insertions(+), 12 deletions(-) create mode 100644 .changelog/15705.txt diff --git a/.changelog/15705.txt b/.changelog/15705.txt new file mode 100644 index 0000000000..a735319e79 --- /dev/null +++ b/.changelog/15705.txt @@ -0,0 +1,3 @@ +```release-note:note +deps: Upgrade to use Go 1.19.4 +``` diff --git a/.circleci/config.yml b/.circleci/config.yml index 173a48f2b8..2474fca94a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -21,7 +21,7 @@ references: GIT_COMMITTER_NAME: circleci-consul S3_ARTIFACT_BUCKET: consul-dev-artifacts-v2 BASH_ENV: .circleci/bash_env.sh - GO_VERSION: 1.19.2 + GO_VERSION: 1.19.4 envoy-versions: &supported_envoy_versions - &default_envoy_version "1.21.5" - "1.22.5" @@ -39,7 +39,7 @@ references: images: # When updating the Go version, remember to also update the versions in the # workflows section for go-test-lib jobs. - go: &GOLANG_IMAGE docker.mirror.hashicorp.services/cimg/go:1.19.2 + go: &GOLANG_IMAGE docker.mirror.hashicorp.services/cimg/go:1.19.4 ember: &EMBER_IMAGE docker.mirror.hashicorp.services/circleci/node:14-browsers ubuntu: &UBUNTU_CI_IMAGE ubuntu-2004:202201-02 cache: diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d98a840770..635f3ba3b6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -71,15 +71,15 @@ jobs: strategy: matrix: include: - - {go: "1.19.2", goos: "linux", goarch: "386"} - - {go: "1.19.2", goos: "linux", goarch: "amd64"} - - {go: "1.19.2", goos: "linux", goarch: "arm"} - - {go: "1.19.2", goos: "linux", goarch: "arm64"} - - {go: "1.19.2", goos: "freebsd", goarch: "386"} - - {go: "1.19.2", goos: "freebsd", goarch: "amd64"} - - {go: "1.19.2", goos: "windows", goarch: "386"} - - {go: "1.19.2", goos: "windows", goarch: "amd64"} - - {go: "1.19.2", goos: "solaris", goarch: "amd64"} + - {go: "1.19.4", goos: "linux", goarch: "386"} + - {go: "1.19.4", goos: "linux", goarch: "amd64"} + - {go: "1.19.4", goos: "linux", goarch: "arm"} + - {go: "1.19.4", goos: "linux", goarch: "arm64"} + - {go: "1.19.4", goos: "freebsd", goarch: "386"} + - {go: "1.19.4", goos: "freebsd", goarch: "amd64"} + - {go: "1.19.4", goos: "windows", goarch: "386"} + - {go: "1.19.4", goos: "windows", goarch: "amd64"} + - {go: "1.19.4", goos: "solaris", goarch: "amd64"} fail-fast: true name: Go ${{ matrix.go }} ${{ matrix.goos }} ${{ matrix.goarch }} build @@ -172,7 +172,7 @@ jobs: matrix: goos: [ darwin ] goarch: [ "amd64", "arm64" ] - go: [ "1.19.2" ] + go: [ "1.19.4" ] fail-fast: true name: Go ${{ matrix.go }} ${{ matrix.goos }} ${{ matrix.goarch }} build