From e9b6b5eeaea702bf460445120f1e251cfe486a15 Mon Sep 17 00:00:00 2001 From: Sander Bruens Date: Tue, 10 Sep 2024 13:20:12 -0400 Subject: [PATCH] chore: support Go workspaces (#208) * chore: support Go workspaces * Re-enable workspaces on CI based on review comments. --- .gitignore | 4 ++++ .goreleaser.yml | 1 + 2 files changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 82e9d403..7fc155d1 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,7 @@ # Go task /.task/ + +# Go workspace +go.work +go.work.sum diff --git a/.goreleaser.yml b/.goreleaser.yml index 29842233..b07a73b4 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -21,6 +21,7 @@ builds: main: ./cmd/outline-ss-server env: - CGO_ENABLED=0 + - GOWORK=off goos: - darwin - windows