Skip to content

Commit 85633fc

Browse files
sbulagethardeck
authored andcommitted
Disable Go workspace mode via GOWORK environment variable in goreleaser configuration
1 parent e4857b0 commit 85633fc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.goreleaser.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ project_name: fleet
55

66
env:
77
- CGO_ENABLED=0
8+
- GOWORK=off
89
- IS_HOTFIX={{ if isEnvSet "IS_HOTFIX"}}{{ .Env.IS_HOTFIX }}{{else}}false{{end}}
910

1011
release:

0 commit comments

Comments
 (0)