-
Notifications
You must be signed in to change notification settings - Fork 0
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
Restore orijtech/structslop
for use with Go 1.23 images
#1684
Comments
atc0005
added a commit
that referenced
this issue
Aug 15, 2024
Revert earlier change that removed this linter from the `unstable` image. refs GH-1684
atc0005
added a commit
that referenced
this issue
Aug 15, 2024
Revert earlier change that removed this linter from the `unstable` image. Also, explicitly use `-ldflags=-checklinkname=0` when building the linter to work around changes in Go 1.23. refs GH-1684
Fixed per #1688. |
atc0005
added a commit
to atc0005/shared-project-resources
that referenced
this issue
Aug 16, 2024
This reverts commit 53521c3. refs #209 refs atc0005/go-ci#1684
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Overview
The
orijtech/structslop
linter fails to build using Go 1.23rc1 and newer with default build options. As a result it was removed from theunstable
linting image.A workaround is to build using
-ldflags=-checklinkname=0
.We can restore this linter to the
unstable
linting image and include that build option.Additionally, now that Go 1.23 is the new "stable" series we can add that build option to the
stable
linting image.References
orijtech/structslop
linter fails to build using Go 1.23rc1 #1585The text was updated successfully, but these errors were encountered: