Sfoglia il codice sorgente

go.mod: update to Go 1.13 (#5976)

ᴜɴᴋɴᴡᴏɴ 5 anni fa
parent
commit
3e075f0e63
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      go.mod

+ 1 - 1
go.mod

@@ -1,6 +1,6 @@
 module github.com/G-Node/gogs
 
-go 1.12
+go 1.13
 
 require (
 	github.com/G-Node/git-module v0.8.4-gnode