Bläddra i källkod

Upgrade go.mod go version to 1.16 (#16764)

tags/v1.16.0-rc1
wxiaoguang 2 år sedan
förälder
incheckning
2d1935acc7
Inget konto är kopplat till bidragsgivarens mejladress
2 ändrade filer med 2 tillägg och 2 borttagningar
  1. 1
    1
      README.md
  2. 1
    1
      go.mod

+ 1
- 1
README.md Visa fil

@@ -73,7 +73,7 @@ or if sqlite support is required:

The `build` target is split into two sub-targets:

- `make backend` which requires [Go 1.13](https://golang.org/dl/) or greater.
- `make backend` which requires [Go 1.16](https://golang.org/dl/) or greater.
- `make frontend` which requires [Node.js 12.17](https://nodejs.org/en/download/) or greater and Internet connectivity to download npm dependencies.

When building from the official source tarballs which include pre-built frontend files, the `frontend` target will not be triggered, making it possible to build without Node.js and Internet connectivity.

+ 1
- 1
go.mod Visa fil

@@ -1,6 +1,6 @@
module code.gitea.io/gitea

go 1.14
go 1.16

require (
cloud.google.com/go v0.78.0 // indirect

Laddar…
Avbryt
Spara