Hopefully now fix circle

License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
This commit is contained in:
Jakub Sztandera 2019-07-08 16:41:29 +02:00
parent 04f645f240
commit 35f0699929
3 changed files with 7 additions and 1 deletions

View File

@ -9,7 +9,6 @@ commands:
- checkout
- run: git submodule sync
- run: git submodule update --init
- run: make deps
jobs:
@ -60,6 +59,7 @@ jobs:
- go/install-ssh
- prepare
- go/mod-download
- run: make deps
- go/install-gotestsum
- run:
name: go test
@ -102,8 +102,11 @@ jobs:
aware of container CPU limits.
executor: << parameters.executor >>
steps:
- go/install: {package: git}
- go/install-ssh
- prepare
- go/mod-download
- run: make deps
- go/install-golangci-lint:
version: << parameters.golangci-lint-version >>
- run:

1
go.mod
View File

@ -50,4 +50,5 @@ require (
go.uber.org/fx v1.9.0
go.uber.org/goleak v0.10.0 // indirect
gopkg.in/urfave/cli.v2 v2.0.0-20180128182452-d3ae77c26ac8
launchpad.net/gocheck v0.0.0-20140225173054-000000000087 // indirect
)

2
go.sum
View File

@ -527,3 +527,5 @@ gopkg.in/yaml.v2 v2.2.1/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
gopkg.in/yaml.v2 v2.2.2 h1:ZCJp+EgiOT7lHqUV2J862kp8Qj64Jo6az82+3Td9dZw=
gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
launchpad.net/gocheck v0.0.0-20140225173054-000000000087 h1:Izowp2XBH6Ya6rv+hqbceQyw/gSGoXfH/UPoTGduL54=
launchpad.net/gocheck v0.0.0-20140225173054-000000000087/go.mod h1:hj7XX3B/0A+80Vse0e+BUHsHMTEhd0O4cpUHr/e/BUM=