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 to golang 1.21.1 #16

Merged
merged 8 commits into from
Sep 13, 2023
Merged

Update to golang 1.21.1 #16

merged 8 commits into from
Sep 13, 2023

Conversation

karlhungus
Copy link
Contributor

Why/What

Keeping up with the jonses. Update this to use golang 1.21.

@karlhungus karlhungus requested a review from a team September 12, 2023 19:15
@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

go.mod Outdated
go 1.20
go 1.21

toolchain go1.21.1

Choose a reason for hiding this comment

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

what's the motivation behind pinning a toolchain? do we need this, or do we at least want to allow upgrades?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

i c&p'd without understanding... I'll remove this and read the docs https://go.dev/doc/toolchain

Makefile Outdated
lint: bin/golangci-lint-1.47.2
./bin/golangci-lint-1.47.2 run ./...
lint: bin/golangci-lint-1.54.2
./bin/golangci-lint-1.54.2 run ./...

Choose a reason for hiding this comment

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

there is also an action for this https://github.com/golangci/golangci-lint-action

@karlhungus karlhungus merged commit e6fd95c into main Sep 13, 2023
5 checks passed
@karlhungus karlhungus deleted the update_to_latest_go branch September 13, 2023 17:23
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