diff options
author | wxiaoguang <wxiaoguang@gmail.com> | 2021-08-22 03:04:17 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-21 20:04:17 +0100 |
commit | 2d1935acc7b2a6ecc797346625b80caa7e0b5787 (patch) | |
tree | b082b89f2e65d0e8833f4675096ff4b29a864f75 /go.mod | |
parent | 7844bf1430d5d2701c70ff525b6455c10cb23484 (diff) | |
download | gitea-2d1935acc7b2a6ecc797346625b80caa7e0b5787.tar.gz gitea-2d1935acc7b2a6ecc797346625b80caa7e0b5787.zip |
Upgrade go.mod go version to 1.16 (#16764)
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ module code.gitea.io/gitea -go 1.14 +go 1.16 require ( cloud.google.com/go v0.78.0 // indirect |