diff options
author | Franck Cuny <franck@fcuny.net> | 2023-12-19 08:57:04 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2023-12-19 08:58:54 -0800 |
commit | b59565bf7460b1a487e8e4d9b92834e3fdeed418 (patch) | |
tree | 4d3c0d3d31f885dd0ab671a4b3029d7ace449065 /templates/go/go.mod | |
parent | chore: update flake (diff) | |
download | world-b59565bf7460b1a487e8e4d9b92834e3fdeed418.tar.gz |
add goreleaser to go template
Diffstat (limited to 'templates/go/go.mod')
-rw-r--r-- | templates/go/go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/go/go.mod b/templates/go/go.mod index aa1e0fb..d85760b 100644 --- a/templates/go/go.mod +++ b/templates/go/go.mod @@ -1,3 +1,3 @@ -module github.com/fcuny/changeme +module github.com/fcuny/fixproject go 1.21 |