We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be933a0 commit b5ad5f7Copy full SHA for b5ad5f7
1 file changed
.circleci/config.yml
@@ -6,7 +6,7 @@ version: 2.1
6
executors:
7
golang:
8
docker:
9
- - image: docker.mirror.hashicorp.services/circleci/golang:1.16
+ - image: docker.mirror.hashicorp.services/circleci/golang:1.17
10
resource_class: medium+
11
darwin:
12
macos:
@@ -68,14 +68,14 @@ jobs:
68
steps:
69
- install-go-run-tests-unix:
70
GOOS: darwin
71
- GOVERSION: "1.16"
+ GOVERSION: "1.17"
72
test-windows:
73
executor:
74
name: win/vs2019
75
shell: bash.exe
76
77
- install-go-run-tests-windows:
78
79
check-lint:
80
executor: golang
81
0 commit comments