Merge pull request #10019 from hashicorp/circleci-build-tools-update
Update build tools to latest supported versions
This commit is contained in:
commit
465ce3596f
|
@ -7,11 +7,11 @@ version: 2.1
|
||||||
executors:
|
executors:
|
||||||
golang:
|
golang:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/golang:1.13
|
- image: circleci/golang:1.15
|
||||||
resource_class: medium+
|
resource_class: medium+
|
||||||
darwin:
|
darwin:
|
||||||
macos:
|
macos:
|
||||||
xcode: "9.0"
|
xcode: "12.0.0"
|
||||||
|
|
||||||
commands:
|
commands:
|
||||||
install-go-run-tests-unix:
|
install-go-run-tests-unix:
|
||||||
|
@ -67,7 +67,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- install-go-run-tests-unix:
|
- install-go-run-tests-unix:
|
||||||
GOOS: darwin
|
GOOS: darwin
|
||||||
GOVERSION: "1.13"
|
GOVERSION: "1.15"
|
||||||
- codecov/upload:
|
- codecov/upload:
|
||||||
file: coverage.txt
|
file: coverage.txt
|
||||||
test-windows:
|
test-windows:
|
||||||
|
@ -76,7 +76,7 @@ jobs:
|
||||||
shell: bash.exe
|
shell: bash.exe
|
||||||
steps:
|
steps:
|
||||||
- install-go-run-tests-windows:
|
- install-go-run-tests-windows:
|
||||||
GOVERSION: "1.13"
|
GOVERSION: "1.15"
|
||||||
- codecov/upload:
|
- codecov/upload:
|
||||||
file: coverage.txt
|
file: coverage.txt
|
||||||
check-lint:
|
check-lint:
|
||||||
|
|
Loading…
Reference in New Issue