diff --git a/.travis.yml b/.travis.yml index a397839..80c25b2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/go.mod b/go.mod index 2a05f28..2f5c1ab 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module agi +module github.com/CyCoreSystems/agi require github.com/pkg/errors v0.8.1