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 17
17
lint :
18
18
name : Lint
19
19
runs-on : ubuntu-latest
20
- env :
21
- GO111MODULE : " on"
22
20
steps :
23
21
- name : Checkout code into the Go module directory
24
22
uses : actions/checkout@v3
44
42
name : Validate cross build
45
43
runs-on : ubuntu-latest
46
44
if : github.ref == 'refs/heads/main'
47
- env :
48
- GO111MODULE : " on"
49
45
steps :
50
46
- name : Checkout code into the Go module directory
51
47
uses : actions/checkout@v3
64
60
build-plugin :
65
61
name : Build and tests in plugin mode
66
62
runs-on : ubuntu-latest
67
- env :
68
- GO111MODULE : " on"
69
63
steps :
70
64
- name : Checkout code into the Go module directory
71
65
uses : actions/checkout@v3
95
89
build-standalone :
96
90
name : Build and tests in standalone mode
97
91
runs-on : ubuntu-latest
98
- env :
99
- GO111MODULE : " on"
100
92
steps :
101
93
- name : Checkout code into the Go module directory
102
94
uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments