Skip to content

Commit e29cfe9

Browse files
committed
fix: update anyisland.json build step for go workspace compatibility
1 parent d376590 commit e29cfe9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

anyisland.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"build": {
88
"toolchain": "go",
99
"steps": [
10-
"CGO_ENABLED=0 go build -v -o settlerengine ./cmd/settler"
10+
"CGO_ENABLED=0 go build -v -o settlerengine ./cmd/settler/main.go"
1111
],
1212
"bin": "settlerengine"
1313
},

0 commit comments

Comments
 (0)