You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current version of the upstream project does not support Go 1.23 due to a dependency on the internal runtime.roundupsize function which is no longer exposed via //go:linkname.
atc0005
changed the title
Remove orijtech/structslop from unstable image due to incompatibility with Go 1.23orijtech/structslop linter fails to build using Go 1.23rc1
Jun 24, 2024
The latest upstream version of this linter fails to build
using Go 1.23rc1. The linter is retained in the oldstable
and stable images for now as the forked/patched version
continues to build using Go 1.21 and Go 1.22.
refs GH-1585
refs GH-1583
The latest upstream version of this linter fails to build
using Go 1.23rc1. The linter is retained in the oldstable
and stable images for now as the forked/patched version
continues to build using Go 1.21 and Go 1.22.
refs GH-1585
refs GH-1583
- update README to explicitly list commits for forked linter
repos
- update ENV var values for `builder` and `final` images to
specify forked linter repo commit instead of latest upstream
version tag (which doesn't match the custom build)
refs GH-1585
refs GH-1328
refs GH-1363
refs GH-1400
Overview
The current version of the upstream project does not support Go 1.23 due to a dependency on the internal
runtime.roundupsize
function which is no longer exposed via//go:linkname
.References
The text was updated successfully, but these errors were encountered: