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

Update golang to 1.20.5 & Makefile improvements #299

Merged
merged 2 commits into from
Jun 15, 2023

Conversation

rnaveiras
Copy link
Contributor

  • Golang 1.20.5

Used the last version of Golang, updating the github workflows and the
Dockerfile.

It also includes an update on the Ubuntu version.

  • Update Makefile with new targets

Aim to simplify the user experience while developing locally.

Removed the GOARCH flag, so you're using your default ARCH by default. I
I think this will be simpler for everyone and reduce the number of binaries
to build.

Added helpers to run the acceptance tests; maybe we can also use them in
GitHub actions. Including makefile targets to install all tools required.

Makefile Outdated Show resolved Hide resolved
Makefile Outdated Show resolved Hide resolved
@rnaveiras rnaveiras force-pushed the rnaveiras-golang-update branch 7 times, most recently from 45244c7 to be6a582 Compare June 15, 2023 13:03
Used the last version of golang, updating the github workflows and the
Dockerfile.

It also includes a update on the ubuntu version.
@rnaveiras rnaveiras force-pushed the rnaveiras-golang-update branch 3 times, most recently from 49a85c1 to b099886 Compare June 15, 2023 17:41
Aim to simplify the user experience while developing locally.

Removed the GOARCH flag, so by default you're using your default ARCH. I
think this will simpler for everyone, and reduce the amount of binaries
to build.

Added helpers to run the acceptance tests, maybe we can also use them in
github actions
@rnaveiras rnaveiras merged commit 4867d21 into master Jun 15, 2023
@rnaveiras rnaveiras deleted the rnaveiras-golang-update branch June 15, 2023 17:55
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.

2 participants