Skip to content

Commit dae4231

Browse files
committed
remove usage of GO111MODULE option in gh actions
Signed-off-by: Guillaume Lours <[email protected]>
1 parent a4c2c4a commit dae4231

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717
lint:
1818
name: Lint
1919
runs-on: ubuntu-latest
20-
env:
21-
GO111MODULE: "on"
2220
steps:
2321
- name: Checkout code into the Go module directory
2422
uses: actions/checkout@v3
@@ -44,8 +42,6 @@ jobs:
4442
name: Validate cross build
4543
runs-on: ubuntu-latest
4644
if: github.ref == 'refs/heads/main'
47-
env:
48-
GO111MODULE: "on"
4945
steps:
5046
- name: Checkout code into the Go module directory
5147
uses: actions/checkout@v3
@@ -64,8 +60,6 @@ jobs:
6460
build-plugin:
6561
name: Build and tests in plugin mode
6662
runs-on: ubuntu-latest
67-
env:
68-
GO111MODULE: "on"
6963
steps:
7064
- name: Checkout code into the Go module directory
7165
uses: actions/checkout@v3
@@ -95,8 +89,6 @@ jobs:
9589
build-standalone:
9690
name: Build and tests in standalone mode
9791
runs-on: ubuntu-latest
98-
env:
99-
GO111MODULE: "on"
10092
steps:
10193
- name: Checkout code into the Go module directory
10294
uses: actions/checkout@v3

0 commit comments

Comments
 (0)