File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,22 +13,22 @@ jobs:
1313 runs-on : ubuntu-latest
1414 strategy :
1515 matrix :
16- go : ["1.17 .x", "1.18.x", "1.19 .x"]
16+ go : ["1.19 .x", "1.20 .x"]
1717 include :
18- - go : 1.19 .x
18+ - go : 1.20 .x
1919 latest : true
2020
2121 steps :
2222 - name : Setup Go
23- uses : actions/setup-go@v2
23+ uses : actions/setup-go@v3
2424 with :
2525 go-version : ${{ matrix.go }}
2626
2727 - name : Checkout code
28- uses : actions/checkout@v2
28+ uses : actions/checkout@v3
2929
3030 - name : Load cached dependencies
31- uses : actions/cache@v1
31+ uses : actions/cache@v3
3232 with :
3333 path : ~/go/pkg/mod
3434 key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
4646 run : make cover
4747
4848 - name : Upload coverage to codecov.io
49- uses : codecov/codecov-action@v1
49+ uses : codecov/codecov-action@v3
Original file line number Diff line number Diff line change 1- module go.uber.org/revive
1+ module go.uber.org/goleak/tools
22
33go 1.18
44
You can’t perform that action at this time.
0 commit comments