Skip to content

Commit

Permalink
chore: support Go workspaces (#208)
Browse files Browse the repository at this point in the history
* chore: support Go workspaces

* Re-enable workspaces on CI based on review comments.
  • Loading branch information
sbruens authored Sep 10, 2024
1 parent 9992735 commit e9b6b5e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,7 @@

# Go task
/.task/

# Go workspace
go.work
go.work.sum
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ builds:
main: ./cmd/outline-ss-server
env:
- CGO_ENABLED=0
- GOWORK=off
goos:
- darwin
- windows
Expand Down

0 comments on commit e9b6b5e

Please sign in to comment.