File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11on :
22 push :
33 branches :
4- - master
4+ - main
55 pull_request :
66name : Lint
77jobs :
88 golangci :
99 name : lint
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v2
12+ - uses : actions/checkout@v3
1313 - name : golangci-lint
14- uses : golangci/golangci-lint-action@v2
14+ uses : golangci/golangci-lint-action@v3.2.0
1515 with :
16- version : v1.30
16+ version : v1.45.2
Original file line number Diff line number Diff line change 11on :
22 push :
33 branches :
4- - master
4+ - main
55 pull_request :
66name : Tests
77jobs :
88 test :
99 strategy :
1010 matrix :
11- go-version : [1.14 .x, 1.15 .x]
11+ go-version : [1.17 .x, 1.18 .x]
1212 platform : [ubuntu-latest, macos-latest, windows-latest]
1313 runs-on : ${{ matrix.platform }}
1414 steps :
1515 - name : Install Go
16- uses : actions/setup-go@v1
16+ uses : actions/setup-go@v3
1717 with :
1818 go-version : ${{ matrix.go-version }}
1919 - name : Checkout code
20- uses : actions/checkout@v2
20+ uses : actions/checkout@v3
2121 - name : Test
2222 run : |
2323 go version
You can’t perform that action at this time.
0 commit comments