Skip to content

Commit 4559c0a

Browse files
authored
Update release workflow (add GO111MODULE: on)
1 parent d4fab40 commit 4559c0a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
GOARCH: "386"
1414
GOOS: linux
1515
EXTRA_FILES: "LICENSE"
16+
GO111MODULE: on
1617
release-linux-amd64:
1718
name: release linux/amd64
1819
runs-on: ubuntu-latest
@@ -25,6 +26,7 @@ jobs:
2526
GOARCH: amd64
2627
GOOS: linux
2728
EXTRA_FILES: "LICENSE"
29+
GO111MODULE: on
2830
release-linux-arm:
2931
name: release linux/386
3032
runs-on: ubuntu-latest
@@ -37,6 +39,7 @@ jobs:
3739
GOARCH: "arm"
3840
GOOS: linux
3941
EXTRA_FILES: "LICENSE"
42+
GO111MODULE: on
4043
release-linux-arm64:
4144
name: release linux/amd64
4245
runs-on: ubuntu-latest
@@ -49,6 +52,7 @@ jobs:
4952
GOARCH: arm64
5053
GOOS: linux
5154
EXTRA_FILES: "LICENSE"
55+
GO111MODULE: on
5256
release-darwin-amd64:
5357
name: release darwin/amd64
5458
runs-on: ubuntu-latest
@@ -61,6 +65,7 @@ jobs:
6165
GOARCH: amd64
6266
GOOS: darwin
6367
EXTRA_FILES: "LICENSE"
68+
GO111MODULE: on
6469
release-windows-386:
6570
name: release windows/386
6671
runs-on: ubuntu-latest
@@ -73,6 +78,7 @@ jobs:
7378
GOARCH: "386"
7479
GOOS: windows
7580
EXTRA_FILES: "LICENSE"
81+
GO111MODULE: on
7682
release-windows-amd64:
7783
name: release windows/amd64
7884
runs-on: ubuntu-latest
@@ -85,3 +91,4 @@ jobs:
8591
GOARCH: amd64
8692
GOOS: windows
8793
EXTRA_FILES: "LICENSE"
94+
GO111MODULE: on

0 commit comments

Comments
 (0)