Skip to content

Conversation

@ryepup
Copy link
Collaborator

@ryepup ryepup commented Dec 18, 2024

Proposed changes

Fix a broken build by upgrading to the latest golang version.

Also updated gomarkdown to resolve some low-priority security notices and golangci-lint to keep up with the golang version.

The build broke because we're using "latest" versions of some dev libraries. I considered pinning those instead of upgrading golang, but "latest" fails infrequently, and we're already two minor versions behind on golang so needed to update anyway.

If we have a similar failure will switch to a tools.go approach and manage tool versions in go.mod with the rest of the dependencies.

fixes #307

Checklist

Before creating a PR, run through this checklist and mark each as complete.

  • I have read the CONTRIBUTING document
  • If applicable, I have added tests that prove my fix is effective or that my feature works
  • If applicable, I have checked that any relevant tests pass after adding my changes
  • I have updated any relevant documentation (README.md and CHANGELOG.md)

Fix a broken build by upgrading to the latest golang version.

Also updated `gomarkdown` to resolve some low-priority security
notices and `golangci-lint` to keep up with the golang version.

The build broke because we're using "latest" versions of some dev
libraries. I considered pinning those instead of upgrading golang, but
"latest" fails infrequently, and we're already two minor versions
behind on golang so needed to update anyway.

If we have a similar failure will switch to a `tools.go` approach and
manage tool versions in go.mod with the rest of the dependencies.

fixes #307
@ryepup ryepup self-assigned this Dec 18, 2024
Copy link

@4141done 4141done left a comment

Choose a reason for hiding this comment

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

Thank you for unsticking the build 🐳

@ryepup ryepup merged commit d32d107 into main Dec 18, 2024
3 checks passed
@ryepup ryepup deleted the 307-update-golang branch December 18, 2024 18:08
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.

build failures due to golang version mismatches

3 participants