Skip to content

Commit

Permalink
Merge pull request #71 from carlpett/bump-ci-go-version
Browse files Browse the repository at this point in the history
Bump Go version in CI to 1.16, to add support for darwin/arm64
  • Loading branch information
carlpett authored Jun 11, 2021
2 parents 7522d8a + daf85c1 commit 7cd9f0a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ version: 2
jobs:
build:
docker:
- image: circleci/golang:1.15
- image: circleci/golang:1.16
working_directory: /go/src/github.com/carlpett/terraform-provider-sops
steps:
- checkout
- run: gpg --import test/testing-key.pgp
- run: make test build
- run: make test crossbuild
- store_artifacts:
path: terraform-provider-sops
release:
docker:
- image: circleci/golang:1.15
- image: circleci/golang:1.16
working_directory: /go/src/github.com/carlpett/terraform-provider-sops
steps:
- checkout
Expand Down

0 comments on commit 7cd9f0a

Please sign in to comment.