Commit 126c270 1 parent 8fbe79c commit 126c270 Copy full SHA for 126c270
File tree 2 files changed +0
-18
lines changed
2 files changed +0
-18
lines changed Original file line number Diff line number Diff line change 13
13
- name : Check out code
14
14
uses : actions/checkout@v2
15
15
16
- - name : Setup go
17
- uses : actions/setup-go@v2
18
- with :
19
- go-version : ' ^1.16'
20
-
21
- - name : Download go modules
22
- run : go mod tidy
23
-
24
16
- name : Run linters
25
17
uses : golangci/golangci-lint-action@v2
26
18
with :
27
19
version : v1.42
28
- skip-go-installation : true
Original file line number Diff line number Diff line change @@ -10,19 +10,10 @@ jobs:
10
10
- name : Check out code
11
11
uses : actions/checkout@v2
12
12
13
- - name : Setup go
14
- uses : actions/setup-go@v2
15
- with :
16
- go-version : ' ^1.16'
17
-
18
- - name : Download go modules
19
- run : go mod tidy
20
-
21
13
- name : Run linters
22
14
uses : golangci/golangci-lint-action@v2
23
15
with :
24
16
version : v1.42
25
- skip-go-installation : true
26
17
27
18
build :
28
19
name : Build binary
You can’t perform that action at this time.
0 commit comments