Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Fix update_goversion target to update go.mod's toolchain #950

Merged
merged 3 commits into from
Oct 12, 2023

Conversation

marcoandredinis
Copy link
Contributor

This PR fixes the update_goversion Makefile's target to include some extra locations.

It also updates the tooling/go.mod to use the latest go version (we were targeting 1.18) and update some golang.org/x/ packages.

Makefile Outdated
@@ -289,9 +293,6 @@ update-goversion:
$(SED) 's/Setup Go .*/Setup Go $(GOVERSION)/g' .github/workflows/unit-tests.yaml
Copy link
Contributor

Choose a reason for hiding this comment

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

These can be removed as well, no?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes 👍
Removed

@marcoandredinis marcoandredinis merged commit 6fd93ae into master Oct 12, 2023
@marcoandredinis marcoandredinis deleted the marco/fix_target_updatego branch October 12, 2023 16:14
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants