Skip to content

Commit 67f9a28

Browse files
committed
circleci: remove go-previous and export GO111MODULE=on
1 parent 54d867f commit 67f9a28

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.circleci/config.yml

+1-8
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ references:
88
run:
99
name: "All Commands"
1010
command: |
11+
export GO111MODULE=on
1112
mkdir -p bin
1213
curl -Lso bin/shellcheck https://github.com/caarlos0/shellcheck-docker/releases/download/v0.4.6/shellcheck
1314
chmod +x bin/shellcheck
@@ -29,13 +30,6 @@ jobs:
2930
- run:
3031
name: "Check formatting"
3132
command: diff -u <(echo -n) <(gofmt -d -s .)
32-
go-previous:
33-
docker:
34-
- image: circleci/golang:1.11
35-
working_directory: *workspace
36-
steps:
37-
- checkout
38-
- *run_tests
3933
go-latest:
4034
docker:
4135
- image: circleci/golang:latest
@@ -49,5 +43,4 @@ workflows:
4943
main:
5044
jobs:
5145
- go-current
52-
- go-previous
5346
- go-latest

0 commit comments

Comments
 (0)