Skip to content

Commit

Permalink
fix env var name
Browse files Browse the repository at this point in the history
  • Loading branch information
jhump committed May 29, 2021
1 parent ae18e64 commit db14e3e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Expand Up @@ -33,7 +33,7 @@ jobs:
- image: circleci/golang:1.12
environment:
GO111MODULE: "off"
PATH: ~/gopath
GOPATH: ~/gopath
steps: *simple_job_steps

build-1-12:
Expand Down Expand Up @@ -93,8 +93,8 @@ workflows:
pr-build-test:
jobs:
- build-1-12-gopath
- build-1-12
- build-1-13
- build-1-14
- build-1-15
- build-1-16
# - build-1-12
# - build-1-13
# - build-1-14
# - build-1-15
# - build-1-16

0 comments on commit db14e3e

Please sign in to comment.