File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -182,19 +182,14 @@ jobs:
182182 tag : ' 1.21'
183183 steps :
184184 - checkout
185- # - go/load-cache skip loading cache, this seems to load old/incorrect versions
185+ - go/load-cache
186+ - go/mod-download # prep for go/test
186187 - run :
187188 name : " get goveralls"
188189 command : |
189190 set -ux
190- ls -la
191- : prepare for 'go test'
192- cat go.mod
193- go mod download
194- : get goveralls too
195191 go get github.com/mattn/goveralls
196192 go install github.com/mattn/goveralls
197- ##why was this here again?## go get golang.org/x/crypto/ssh/terminal@v0.0.0-20210921155107-089bfa567519
198193 # https://circleci.com/developer/orbs/orb/circleci/go
199194 - go/test : # Runs 'go test ./...' but includes extensive parameterization for finer tuning.
200195 covermode : atomic
You can’t perform that action at this time.
0 commit comments