File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 18
18
name : lint
19
19
strategy :
20
20
matrix :
21
- go-version : [1.18.x, 1. 19.x]
21
+ go-version : [1.19.x]
22
22
platform : [ubuntu-latest, macos-latest]
23
23
runs-on : ${{ matrix.platform }}
24
24
steps :
30
30
uses : golangci/golangci-lint-action@v3
31
31
with :
32
32
version : v1.50.1 # current version at time of commit
33
- # Optional: golangci-lint command line arguments.
34
- # args: --issues-exit-code=0
33
+ args : --timeout=10m
35
34
only-new-issues : true
36
35
- name : go-test
37
36
run : go test ./...
Original file line number Diff line number Diff line change 50
50
- uses : actions/checkout@v3
51
51
- uses : actions/setup-go@v3
52
52
with :
53
- go-version : 1.18
53
+ go-version : 1.19
54
54
- name : Build binary
55
55
run : GOOS=${{ matrix.os }} GOARCH=${{ matrix.arch }} make build
56
56
- name : Upload release asset
You can’t perform that action at this time.
0 commit comments