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

Set issue with executor 1.19 #69

Open
adamdavis40208 opened this issue Jan 13, 2023 · 3 comments
Open

Set issue with executor 1.19 #69

adamdavis40208 opened this issue Jan 13, 2023 · 3 comments

Comments

@adamdavis40208
Copy link

adamdavis40208 commented Jan 13, 2023

Circle file:

version: 2.1

orbs:
  go: circleci/go@1

jobs:
  test:
    executor:
      name: go/default
      tag: '1.19'
    steps:
      - checkout
      - go/load-cache
      - go/mod-download
      - go/save-cache
      - go/test:
          covermode: atomic
          failfast: true
          race: true
workflows:
  version: 2
  janus-pipeline:
    jobs:
      - test:
          context: cambia

Circle job failing with:

/bin/bash: line 9: set: -c: invalid option
set: usage: set [-abefhkmnptuvxBCHP] [-o option-name] [--] [arg ...]
@adamdavis40208
Copy link
Author

Setting fast-fail to false didn't fix the problem, pinning to 1.7.1 got my jobs green again.

@davidjb
Copy link

davidjb commented Jan 27, 2023

I'm seeing the same issue, but for all versions of Go (e.g. 1.17, 1.18, 1.19) and just having go/test as a step, even without any parameters.

@bmorton
Copy link

bmorton commented Feb 28, 2023

I've got the same issue while trying to update from 1.7.1 to 1.7.2 today.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants