Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unit tests: Fix the installation of tools #2840

Merged
merged 1 commit into from
Nov 30, 2023

Conversation

pierreprinetti
Copy link
Contributor

Install Go tools with new newest Go version before switching to the target version of Go to run the unit tests.

This commit fixes an issue where the Go tools we use in unit tests can't be compiled with Go v1.14 any more.

@pierreprinetti pierreprinetti requested a review from a team November 30, 2023 12:36
@github-actions github-actions bot added the semver:patch No API change label Nov 30, 2023
@coveralls
Copy link

coveralls commented Nov 30, 2023

Coverage Status

coverage: 77.883%. remained the same
when pulling ccfa81e on shiftstack:fix_v1_unittests
into 5dd227b on gophercloud:v1.

.github/workflows/unit.yml Outdated Show resolved Hide resolved
.github/workflows/unit.yml Outdated Show resolved Hide resolved
.github/workflows/unit.yml Outdated Show resolved Hide resolved
.github/workflows/unit.yml Outdated Show resolved Hide resolved
Install Go tools with new newest Go version before switching to the
target version of Go to run the unit tests.

This commit fixes an issue where the Go tools we use in unit tests can't
be compiled with Go v1.14 any more.
@github-actions github-actions bot added semver:patch No API change and removed semver:patch No API change labels Nov 30, 2023
Copy link
Contributor

@mandre mandre left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@EmilienM
Copy link
Contributor

Unit tests have passed we don't have to wait for the functional tests to pass, this is good to me.
Thanks for doing that.

@EmilienM EmilienM merged commit f8d6f33 into gophercloud:v1 Nov 30, 2023
20 checks passed
@EmilienM EmilienM deleted the fix_v1_unittests branch November 30, 2023 13:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver:patch No API change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants