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
Upgrade go dependencies with
go get -u ./...
go mod tidy
go get -C learn -u ./...
go mod -C learn tidy
In rsc.io/markdown we found some incompatible changes when upgrading:
- rsc.io/markdown v0.0.0-20240306144322-0bf8f97ee8ef
+ rsc.io/markdown v0.0.0-20240717201619-868a055c40ae
Some were minor incompatibilities due renames or removals. The removal of the
PrintText method from the markdown.Inline interface had to be re-implemented
in pkg/md/undecorate.go as `md.Undecorate` function.
buf.WriteString(strings.Title(alertType)) //nolint: staticcheck // we can savely use it here as we know all strings we want to use and have no punctuation.
0 commit comments