Skip to content

Commit

Permalink
remove GO111MODULE from workflow, it seems it's broken with GO111MODULE
Browse files Browse the repository at this point in the history
  • Loading branch information
Balazs Nadasdi committed Sep 6, 2019
1 parent aea9636 commit 9ea3154
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/main.workflow
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ action "release darwin/amd64" {
env = {
GOOS = "darwin"
GOARCH = "amd64"
GO111MODULE = "on"
}
secrets = ["GITHUB_TOKEN"]
}
Expand All @@ -22,7 +21,6 @@ action "release windows/amd64" {
env = {
GOOS = "windows"
GOARCH = "amd64"
GO111MODULE = "on"
}
secrets = ["GITHUB_TOKEN"]
}
Expand All @@ -32,7 +30,6 @@ action "release linux/amd64" {
env = {
GOOS = "linux"
GOARCH = "amd64"
GO111MODULE = "on"
}
secrets = ["GITHUB_TOKEN"]
}

0 comments on commit 9ea3154

Please sign in to comment.