Skip to content

Commit 2d1935a

Browse files
authored
Upgrade go.mod go version to 1.16 (#16764)
1 parent 7844bf1 commit 2d1935a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ or if sqlite support is required:
7373

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

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

7979
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.

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module code.gitea.io/gitea
22

3-
go 1.14
3+
go 1.16
44

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

0 commit comments

Comments
 (0)