Skip to content

Commit fc69591

Browse files
committed
CI: before tests: - go/mod-download
1 parent addd3a4 commit fc69591

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.circleci/config.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)