diff options
author | Joe Chen <jc@unknwon.io> | 2023-11-01 23:06:24 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-01 23:06:24 -0400 |
commit | 16b185f97dfc0dedf149a91f0b9d1924faf47ee4 (patch) | |
tree | f2a3fd9844efc6e253569edcfcb550fbcc741321 /go.mod | |
parent | c531da02caa5ec15279718e1ba045b61e47561a8 (diff) |
build: remove support of Go 1.18 and 1.19 (#7590)
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ module gogs.io/gogs -go 1.18 +go 1.20 require ( github.com/Masterminds/semver/v3 v3.2.1 @@ -139,5 +139,5 @@ require ( modernc.org/token v1.0.1 // indirect ) -// +heroku goVersion go1.18 +// +heroku goVersion go1.20 // +heroku install ./ |