mirror of https://github.com/go-gitea/gitea.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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. |
1 year ago | |
---|---|---|
.. | ||
base | 1 year ago | |
fixtures | 2 years ago | |
v1_6 | 1 year ago | |
v1_7 | 1 year ago | |
v1_8 | 1 year ago | |
v1_9 | 1 year ago | |
v1_10 | 1 year ago | |
v1_11 | 1 year ago | |
v1_12 | 1 year ago | |
v1_13 | 1 year ago | |
v1_14 | 1 year ago | |
v1_15 | 1 year ago | |
v1_16 | 1 year ago | |
v1_17 | 1 year ago | |
v1_18 | 1 year ago | |
v1_19 | 1 year ago | |
v1_20 | 1 year ago | |
v1_21 | 1 year ago | |
migrations.go | 1 year ago |