mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-10-31 22:38:58 +00:00
2d9249b6d9
In PR #26786, the Go version for golangci-lint is bumped to 1.21. This causes the following error: ``` models/migrations/v1_16/v210.go:132:23: SA1019: elliptic.Marshal has been deprecated since Go 1.21: for ECDH, use the crypto/ecdh package. This function returns an encoding equivalent to that of PublicKey.Bytes in crypto/ecdh. (staticcheck) PublicKey: elliptic.Marshal(elliptic.P256(), parsed.PubKey.X, parsed.PubKey.Y), ``` The change now uses [func (*PublicKey) ECDH](https://pkg.go.dev/crypto/ecdsa#PublicKey.ECDH), which is added in Go 1.20. |
||
---|---|---|
.. | ||
main_test.go | ||
v189.go | ||
v189_test.go | ||
v190.go | ||
v191.go | ||
v192.go | ||
v193.go | ||
v193_test.go | ||
v194.go | ||
v195.go | ||
v195_test.go | ||
v196.go | ||
v197.go | ||
v198.go | ||
v199.go | ||
v200.go | ||
v201.go | ||
v202.go | ||
v203.go | ||
v204.go | ||
v205.go | ||
v206.go | ||
v207.go | ||
v208.go | ||
v209.go | ||
v210.go | ||
v210_test.go |