diff options
| author | nytpu <alex@nytpu.com> | 2021-03-23 08:12:00 -0600 |
|---|---|---|
| committer | nytpu <alex@nytpu.com> | 2021-03-23 08:12:00 -0600 |
| commit | 9549e569f98ae703f7d8865a3315ceb74f13bf7f (patch) | |
| tree | 8243cd16ea501df45dbbd8673cf6f59121de30b1 | |
| parent | 74b2012fa93784f1ca4cda5e014b63d1c50fd4d9 (diff) | |
Lower Go version to 1.13.
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ module golang.nytpu.com/comitium -go 1.15 +go 1.13 require ( git.sr.ht/~adnano/go-gemini v0.1.17 |
