Skip to content

tests: Fix Go v1.14 "go vet"#2504

Merged
EmilienM merged 1 commit intogophercloud:masterfrom
shiftstack:fix_go_vet
Nov 7, 2022
Merged

tests: Fix Go v1.14 "go vet"#2504
EmilienM merged 1 commit intogophercloud:masterfrom
shiftstack:fix_go_vet

Conversation

@pierreprinetti
Copy link
Copy Markdown
Member

@pierreprinetti pierreprinetti commented Nov 7, 2022

We use "go get" to install test dependencies in Go v1.14. As a side
effect, go.sum was polluted and golang.org/x/crypto was bumped to a
version that is incompatible with Go v1.14.

With this change, installing test dependencies no longer changes the
state of the checked-out repository.

We use "go get" to install test dependencies in Go v1.14. As a side
effect, `go.sum` was polluted and `golang.org/x/crypto` was bumped to a
version that is incompatible with Go v1.14.

With this change, installing test dependencies no longer changes the
state of the checked-out repository.
@pierreprinetti pierreprinetti changed the title [wip] Fix go vet test: Fix go vet Nov 7, 2022
@pierreprinetti pierreprinetti changed the title test: Fix go vet tests: Fix Go v1.14 "go vet" Nov 7, 2022
@coveralls
Copy link
Copy Markdown

coveralls commented Nov 7, 2022

Coverage Status

Coverage remained the same at 80.033% when pulling f3f4668 on shiftstack:fix_go_vet into 0226ea5 on gophercloud:master.

@EmilienM EmilienM merged commit 90b1b76 into gophercloud:master Nov 7, 2022
@EmilienM EmilienM deleted the fix_go_vet branch November 7, 2022 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants