Skip to content

Commit

Permalink
[ci] update linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulexus committed Feb 14, 2020
1 parent 99e8916 commit 37c0775
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ env:
- GO111MODULE=on
install:
- go mod tidy
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | bash -s -- -b $GOPATH/bin v1.13
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | bash -s -- -b $GOPATH/bin v1.23.6
- go get -u github.com/kevinburke/write_mailmap
script: ./check.sh
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module agi
module github.com/CyCoreSystems/agi

require github.com/pkg/errors v0.8.1

Expand Down

0 comments on commit 37c0775

Please sign in to comment.