Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix config #139

Merged
merged 4 commits into from Sep 28, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 8 additions & 4 deletions .circleci/config.yml
@@ -1,4 +1,5 @@
environment: &environment
env: &env
environment:
GRUNTWORK_INSTALLER_VERSION: v0.0.36
MODULE_CI_VERSION: v0.52.15
TFENV_VERSION: v2.2.2
Expand All @@ -14,7 +15,10 @@ defaults: &defaults
resource_class: medium
docker:
- image: cimg/python:3.10.2
<<: *environment
<<: *env

orbs:
go: circleci/go@1.7.3

version: 2.1
jobs:
Expand Down Expand Up @@ -59,7 +63,7 @@ jobs:
path: /tmp/logs

deploy:
<<: *environment
<<: *env
macos:
xcode: 14.2.0
resource_class: macos.x86.medium.gen2
Expand All @@ -68,7 +72,7 @@ jobs:
- attach_workspace:
at: .
- go/install:
version: 1.18
version: "1.18.10"
- run:
name: Install sign-binary-helpers
command: |
Expand Down