update go version to 1.19.4 (#15705)
* update go version to 1.19.4 * add changelog
This commit is contained in:
parent
f17a4f07c5
commit
addf4e2346
|
@ -0,0 +1,3 @@
|
|||
```release-note:note
|
||||
deps: Upgrade to use Go 1.19.4
|
||||
```
|
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue