Skip to content

Commit b17cca1

Browse files
itowlsonvdice
authored andcommitted
I *think* this is how it works for Go
Signed-off-by: itowlson <[email protected]>
1 parent 06cee0e commit b17cca1

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 v1.5.1
5+
require github.com/fermyon/spin/sdk/go latest
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 v1.5.1
5+
require github.com/fermyon/spin/sdk/go latest

0 commit comments

Comments
 (0)