Skip to content

Commit c9c1417

Browse files
committed
set main as the revision for go templates
Signed-off-by: Vaughn Dice <[email protected]>
1 parent b17cca1 commit c9c1417

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/http-go/content/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ module github.com/{{project-name | snake_case}}
22

33
go 1.17
44

5-
require github.com/fermyon/spin/sdk/go latest
5+
require github.com/fermyon/spin/sdk/go main
66

77
require github.com/julienschmidt/httprouter v1.3.0 // indirect

templates/redis-go/content/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ module github.com/{{project-name | snake_case}}
22

33
go 1.17
44

5-
require github.com/fermyon/spin/sdk/go latest
5+
require github.com/fermyon/spin/sdk/go main

0 commit comments

Comments
 (0)