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

ci: build with latest stable Go version #2824

Merged
merged 1 commit into from
Jul 26, 2024
Merged

Conversation

anitgandhi
Copy link
Contributor

Previously, we were using go-version-file: 'go.mod', which refers to the go: 1.20 directive in go.mod. That means that go1.20.14 was being used as the toolchain version. That's very out-of-date and no longer maintained. We have run into sporadic runtime fatal errors, and I believe that using a newer Go version will help with this.

I could specify '1.22' instead, if that's preferred. I chose stable just because when future major Go versions are released, they will be picked up automatically on the next build-and-release GitHub Actions run.

The version used to build a specific gobgpd binary can be found with go version -m ./gobgpd.

@fujita fujita merged commit 86cb2b5 into osrg:master Jul 26, 2024
39 checks passed
@fujita
Copy link
Member

fujita commented Jul 26, 2024

Thanks!

@anitgandhi anitgandhi deleted the go-1-22 branch July 26, 2024 01:04
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