We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e03cce commit 9274a3aCopy full SHA for 9274a3a
.circleci/config.yml
@@ -15,10 +15,10 @@ jobs:
15
- run:
16
name: Lint Code
17
environment:
18
- GO111MODULE: "off"
+ GO111MODULE: "on"
19
command: |
20
- go get -u github.com/golangci/golangci-lint/cmd/golangci-lint
21
- GO111MODULE=on golangci-lint run
+ go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.26.0
+ golangci-lint run
22
23
release:
24
docker:
VERSION
@@ -1 +1 @@
1
-0.1.5
+0.2.0
0 commit comments