File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change 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
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
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
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
You can’t perform that action at this time.
0 commit comments