use go1.18 to build gitea (#19099)
* use go1.18 to build gitea& update min go version to 1.17 * bump in a few more places * add a few simple tests for isipprivate * update go.mod * update URL to https://go.dev/dl/ * golangci-lint * attempt golangci-lint workaround * change version * bump fumpt version * skip strings.title test * go mod tidy * update tests as some aren't private?? * update tests
This commit is contained in:
parent
fe9626af29
commit
ed1d95c55d
10 changed files with 259 additions and 63 deletions
|
@ -20,7 +20,7 @@ params:
|
|||
website: https://docs.gitea.io
|
||||
version: 1.16.4
|
||||
minGoVersion: 1.17
|
||||
goVersion: 1.17
|
||||
goVersion: 1.18
|
||||
minNodeVersion: 12.17
|
||||
|
||||
outputs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue