Skip to content

Commit

Permalink
Fix an installation error of golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuniwak committed May 11, 2020
1 parent 422b78a commit f64468d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ jobs:
build:
docker:
- image: circleci/golang:1.12
environment:
GO111MODULE: 'on'
steps:
- run:
name: Install dependencies
Expand Down

0 comments on commit f64468d

Please sign in to comment.