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

Bumps go version to 1.21 (latest stable) #48

Merged

Conversation

gatici
Copy link
Contributor

@gatici gatici commented Oct 10, 2023

This project currently uses Go 1.16 which is end of life. This PR bumps the go version to 1.21 which is the latest stable release.

The update is accomplished by running following commands:

go mod edit -go=1.21
go mod tidy

Reference: https://tip.golang.org/doc/go1.21

@onf-bot
Copy link
Contributor

onf-bot commented Oct 10, 2023

Can one of the admins verify this patch?

1 similar comment
@onf-bot
Copy link
Contributor

onf-bot commented Oct 10, 2023

Can one of the admins verify this patch?

@gatici gatici force-pushed the TELCO-671-Update-udm-go-version branch 2 times, most recently from f42b1a0 to d3fd3e4 Compare October 11, 2023 20:46
@gatici gatici force-pushed the TELCO-671-Update-udm-go-version branch from d3fd3e4 to 419a8dc Compare October 11, 2023 20:57
@onf-bot
Copy link
Contributor

onf-bot commented Oct 16, 2023

test this please

@gatici
Copy link
Contributor Author

gatici commented Oct 30, 2023

This PR is tested by building new image and deploying sdcore-bundle successfully.

@gatici
Copy link
Contributor Author

gatici commented Nov 9, 2023

Golangci-lint fails and #49 PR disables linting checks. If we first merge #49, CI will pass.

@thakurajayL thakurajayL merged commit 2bf6357 into omec-project:master Nov 22, 2023
5 of 7 checks passed
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.

3 participants