Skip to content

Commit e9b6b5e

Browse files
authored
chore: support Go workspaces (#208)
* chore: support Go workspaces * Re-enable workspaces on CI based on review comments.
1 parent 9992735 commit e9b6b5e

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,7 @@
2727

2828
# Go task
2929
/.task/
30+
31+
# Go workspace
32+
go.work
33+
go.work.sum

.goreleaser.yml

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ builds:
2121
main: ./cmd/outline-ss-server
2222
env:
2323
- CGO_ENABLED=0
24+
- GOWORK=off
2425
goos:
2526
- darwin
2627
- windows

0 commit comments

Comments
 (0)