We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ea3f41 commit 00bc93dCopy full SHA for 00bc93d
.circleci/config.yml
@@ -8,6 +8,7 @@ references:
8
run:
9
name: "All Commands"
10
command: |
11
+ export GO111MODULE=on
12
mkdir -p bin
13
curl -Lso bin/shellcheck https://github.com/caarlos0/shellcheck-docker/releases/download/v0.4.6/shellcheck
14
chmod +x bin/shellcheck
@@ -29,13 +30,6 @@ jobs:
29
30
- run:
31
name: "Check formatting"
32
command: diff -u <(echo -n) <(gofmt -d -s .)
- go-previous:
33
- docker:
34
- - image: circleci/golang:1.11
35
- working_directory: *workspace
36
- steps:
37
- - checkout
38
- - *run_tests
39
go-latest:
40
docker:
41
- image: circleci/golang:latest
@@ -49,5 +43,4 @@ workflows:
49
43
main:
50
44
jobs:
51
45
- go-current
52
- - go-previous
53
46
- go-latest
0 commit comments