Skip to content

Commit

Permalink
circleci: remove go-previous and export GO111MODULE=on
Browse files Browse the repository at this point in the history
  • Loading branch information
umarcor committed Jul 11, 2019
1 parent 4bc81c1 commit 708fd14
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .circleci/config.yml
Expand Up @@ -8,6 +8,7 @@ references:
run:
name: "All Commands"
command: |
export GO111MODULE=on
mkdir -p bin
curl -Lso bin/shellcheck https://github.com/caarlos0/shellcheck-docker/releases/download/v0.4.6/shellcheck
chmod +x bin/shellcheck
Expand All @@ -29,13 +30,6 @@ jobs:
- run:
name: "Check formatting"
command: diff -u <(echo -n) <(gofmt -d -s .)
go-previous:
docker:
- image: circleci/golang:1.11
working_directory: *workspace
steps:
- checkout
- *run_tests
go-latest:
docker:
- image: circleci/golang:latest
Expand All @@ -49,5 +43,4 @@ workflows:
main:
jobs:
- go-current
- go-previous
- go-latest

0 comments on commit 708fd14

Please sign in to comment.