We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9992735 commit e9b6b5eCopy full SHA for e9b6b5e
.gitignore
@@ -27,3 +27,7 @@
27
28
# Go task
29
/.task/
30
+
31
+# Go workspace
32
+go.work
33
+go.work.sum
.goreleaser.yml
@@ -21,6 +21,7 @@ builds:
21
main: ./cmd/outline-ss-server
22
env:
23
- CGO_ENABLED=0
24
+ - GOWORK=off
25
goos:
26
- darwin
- windows
0 commit comments