We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With the latest versions update by dependabot 813c80a some of the dependencies on the e2e package now requires golang 1.21.
1.21
During the update to golang 1.21 we missed to update the Containerfiles for the qe images which is used as check on gh action and now is failing:
crc/images/build-e2e/Containerfile
Line 2 in 813c80a
crc/images/build-integration/Containerfile
Also as per comment we should inspect Containerfile as a posible build spec where the update-version script should act in case of a golang update
Containerfile
The text was updated successfully, but these errors were encountered:
update base images for integration and e2e to go-toolset:1.21
283cd25
fixes crc-org#4185
52d7fda
this updates the update-go-version.sh script to also updaate go versions in the files images/*/Containerfile fixes crc-org#4185
2bf3df5
No branches or pull requests
With the latest versions update by dependabot 813c80a some of the dependencies on the e2e package now requires golang
1.21
.During the update to golang
1.21
we missed to update the Containerfiles for the qe images which is used as check on gh action and now is failing:crc/images/build-e2e/Containerfile
Line 2 in 813c80a
crc/images/build-integration/Containerfile
Line 2 in 813c80a
Also as per comment we should inspect
Containerfile
as a posible build spec where the update-version script should act in case of a golang updateThe text was updated successfully, but these errors were encountered: