File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ references:
8
8
run :
9
9
name : " All Commands"
10
10
command : |
11
+ export GO111MODULE=on
11
12
mkdir -p bin
12
13
curl -Lso bin/shellcheck https://github.com/caarlos0/shellcheck-docker/releases/download/v0.4.6/shellcheck
13
14
chmod +x bin/shellcheck
@@ -21,7 +22,7 @@ references:
21
22
jobs :
22
23
go-current :
23
24
docker :
24
- - image : circleci/golang:1.12
25
+ - image : circleci/golang:1.13
25
26
working_directory : *workspace
26
27
steps :
27
28
- checkout
31
32
command : diff -u <(echo -n) <(gofmt -d -s .)
32
33
go-previous :
33
34
docker :
34
- - image : circleci/golang:1.11
35
+ - image : circleci/golang:1.12
35
36
working_directory : *workspace
36
37
steps :
37
38
- checkout
Original file line number Diff line number Diff line change 6
6
7
7
go :
8
8
- 1.12.x
9
+ - 1.13.x
9
10
- tip
10
11
11
12
env : GO111MODULE=on
@@ -19,6 +20,6 @@ matrix:
19
20
- go : tip
20
21
include :
21
22
- stage : lint
22
- go : 1.12 .x
23
+ go : 1.13 .x
23
24
before_install : curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin latest
24
25
script : golangci-lint run -v
You can’t perform that action at this time.
0 commit comments