mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-30 02:02:43 +00:00
Update Go to 1.20.1 for 1.13.0 (#19357)
This commit is contained in:
22
.circleci/config.yml
generated
22
.circleci/config.yml
generated
@@ -120,13 +120,13 @@ jobs:
|
||||
root: .
|
||||
environment:
|
||||
- CIRCLECI_CLI_VERSION: 0.1.5546
|
||||
- GO_IMAGE: docker.mirror.hashicorp.services/cimg/go:1.20
|
||||
- GO_IMAGE: docker.mirror.hashicorp.services/cimg/go:1.20.1
|
||||
- GO_TAGS: ''
|
||||
- GOFUMPT_VERSION: 0.3.1
|
||||
- GOTESTSUM_VERSION: 0.5.2
|
||||
test-go-remote-docker:
|
||||
docker:
|
||||
- image: docker.mirror.hashicorp.services/cimg/go:1.20
|
||||
- image: docker.mirror.hashicorp.services/cimg/go:1.20.1
|
||||
resource_class: medium
|
||||
working_directory: /home/circleci/go/src/github.com/hashicorp/vault
|
||||
parallelism: 8
|
||||
@@ -352,7 +352,7 @@ jobs:
|
||||
path: /tmp/testlogs
|
||||
environment:
|
||||
- CIRCLECI_CLI_VERSION: 0.1.5546
|
||||
- GO_IMAGE: docker.mirror.hashicorp.services/cimg/go:1.20
|
||||
- GO_IMAGE: docker.mirror.hashicorp.services/cimg/go:1.20.1
|
||||
- GO_TAGS: ''
|
||||
- GOFUMPT_VERSION: 0.3.1
|
||||
- GOTESTSUM_VERSION: 0.5.2
|
||||
@@ -396,13 +396,13 @@ jobs:
|
||||
name: make fmt
|
||||
environment:
|
||||
- CIRCLECI_CLI_VERSION: 0.1.5546
|
||||
- GO_IMAGE: docker.mirror.hashicorp.services/cimg/go:1.20
|
||||
- GO_IMAGE: docker.mirror.hashicorp.services/cimg/go:1.20.1
|
||||
- GO_TAGS: ''
|
||||
- GOFUMPT_VERSION: 0.3.1
|
||||
- GOTESTSUM_VERSION: 0.5.2
|
||||
test-go-race:
|
||||
docker:
|
||||
- image: docker.mirror.hashicorp.services/cimg/go:1.20
|
||||
- image: docker.mirror.hashicorp.services/cimg/go:1.20.1
|
||||
resource_class: xlarge
|
||||
working_directory: /home/circleci/go/src/github.com/hashicorp/vault
|
||||
parallelism: 8
|
||||
@@ -618,13 +618,13 @@ jobs:
|
||||
path: /tmp/testlogs
|
||||
environment:
|
||||
- CIRCLECI_CLI_VERSION: 0.1.5546
|
||||
- GO_IMAGE: docker.mirror.hashicorp.services/cimg/go:1.20
|
||||
- GO_IMAGE: docker.mirror.hashicorp.services/cimg/go:1.20.1
|
||||
- GO_TAGS: ''
|
||||
- GOFUMPT_VERSION: 0.3.1
|
||||
- GOTESTSUM_VERSION: 0.5.2
|
||||
test-go:
|
||||
docker:
|
||||
- image: docker.mirror.hashicorp.services/cimg/go:1.20
|
||||
- image: docker.mirror.hashicorp.services/cimg/go:1.20.1
|
||||
resource_class: large
|
||||
working_directory: /home/circleci/go/src/github.com/hashicorp/vault
|
||||
parallelism: 8
|
||||
@@ -840,7 +840,7 @@ jobs:
|
||||
path: /tmp/testlogs
|
||||
environment:
|
||||
- CIRCLECI_CLI_VERSION: 0.1.5546
|
||||
- GO_IMAGE: docker.mirror.hashicorp.services/cimg/go:1.20
|
||||
- GO_IMAGE: docker.mirror.hashicorp.services/cimg/go:1.20.1
|
||||
- GO_TAGS: ''
|
||||
- GOFUMPT_VERSION: 0.3.1
|
||||
- GOTESTSUM_VERSION: 0.5.2
|
||||
@@ -947,13 +947,13 @@ jobs:
|
||||
- /home/circleci/go/pkg/mod
|
||||
environment:
|
||||
- CIRCLECI_CLI_VERSION: 0.1.5546
|
||||
- GO_IMAGE: docker.mirror.hashicorp.services/cimg/go:1.20
|
||||
- GO_IMAGE: docker.mirror.hashicorp.services/cimg/go:1.20.1
|
||||
- GO_TAGS: ''
|
||||
- GOFUMPT_VERSION: 0.3.1
|
||||
- GOTESTSUM_VERSION: 0.5.2
|
||||
test-go-race-remote-docker:
|
||||
docker:
|
||||
- image: docker.mirror.hashicorp.services/cimg/go:1.20
|
||||
- image: docker.mirror.hashicorp.services/cimg/go:1.20.1
|
||||
resource_class: medium
|
||||
working_directory: /home/circleci/go/src/github.com/hashicorp/vault
|
||||
parallelism: 8
|
||||
@@ -1179,7 +1179,7 @@ jobs:
|
||||
path: /tmp/testlogs
|
||||
environment:
|
||||
- CIRCLECI_CLI_VERSION: 0.1.5546
|
||||
- GO_IMAGE: docker.mirror.hashicorp.services/cimg/go:1.20
|
||||
- GO_IMAGE: docker.mirror.hashicorp.services/cimg/go:1.20.1
|
||||
- GO_TAGS: ''
|
||||
- GOFUMPT_VERSION: 0.3.1
|
||||
- GOTESTSUM_VERSION: 0.5.2
|
||||
|
||||
@@ -4,7 +4,7 @@ references:
|
||||
GOTESTSUM_VERSION: 0.5.2 # Pin gotestsum to patch version (ex: 1.2.3)
|
||||
GOFUMPT_VERSION: 0.3.1 # Pin gofumpt to patch version (ex: 1.2.3)
|
||||
GO_TAGS: ""
|
||||
GO_IMAGE: &GO_IMAGE "docker.mirror.hashicorp.services/cimg/go:1.20"
|
||||
GO_IMAGE: &GO_IMAGE "docker.mirror.hashicorp.services/cimg/go:1.20.1"
|
||||
go-machine:
|
||||
machine:
|
||||
image: ubuntu-2004:2022.10.1
|
||||
|
||||
@@ -1 +1 @@
|
||||
1.20
|
||||
1.20.1
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
```release-note:change
|
||||
core: Bump Go version to 1.20.
|
||||
core: Bump Go version to 1.20.1.
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user