Skip to content

Commit b5ad5f7

Browse files
committed
Managed by Terraform: Update config.yml github workflow
1 parent be933a0 commit b5ad5f7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ version: 2.1
66
executors:
77
golang:
88
docker:
9-
- image: docker.mirror.hashicorp.services/circleci/golang:1.16
9+
- image: docker.mirror.hashicorp.services/circleci/golang:1.17
1010
resource_class: medium+
1111
darwin:
1212
macos:
@@ -68,14 +68,14 @@ jobs:
6868
steps:
6969
- install-go-run-tests-unix:
7070
GOOS: darwin
71-
GOVERSION: "1.16"
71+
GOVERSION: "1.17"
7272
test-windows:
7373
executor:
7474
name: win/vs2019
7575
shell: bash.exe
7676
steps:
7777
- install-go-run-tests-windows:
78-
GOVERSION: "1.16"
78+
GOVERSION: "1.17"
7979
check-lint:
8080
executor: golang
8181
steps:

0 commit comments

Comments
 (0)