File tree Expand file tree Collapse file tree 2 files changed +12
-13
lines changed Expand file tree Collapse file tree 2 files changed +12
-13
lines changed Original file line number Diff line number Diff line change @@ -2,24 +2,23 @@ name: Go
2
2
3
3
on :
4
4
push :
5
- branches : [ master ]
5
+ branches : [master]
6
6
pull_request :
7
- branches : [ master ]
7
+ branches : [master]
8
8
9
9
jobs :
10
-
11
10
build :
12
11
runs-on : ubuntu-latest
13
12
steps :
14
- - uses : actions/checkout@v2
13
+ - uses : actions/checkout@v2
15
14
16
- - name : Set up Go
17
- uses : actions/setup-go@v2
18
- with :
19
- go-version : 1.16
15
+ - name : Set up Go
16
+ uses : actions/setup-go@v2
17
+ with :
18
+ go-version : 1.19
20
19
21
- - name : Build
22
- run : go build -v ./...
20
+ - name : Build
21
+ run : go build -v ./...
23
22
24
- - name : Test
25
- run : make test
23
+ - name : Test
24
+ run : make test
Original file line number Diff line number Diff line change 16
16
- name : golangci-lint
17
17
uses : golangci/golangci-lint-action@v2
18
18
with :
19
- version : v1.49.0
19
+ version : v1.50.1
You can’t perform that action at this time.
0 commit comments