File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ jobs:
1010 - name : Setup Go
1111 uses : actions/setup-go@v3
1212 with :
13- go-version : 1.17
13+ go-version : 1.19
1414
1515 - name : Checkout code
1616 uses : actions/checkout@v3
1717
1818 - name : Run Linters
19- uses : golangci/golangci-lint-action@v3
19+ uses : golangci/golangci-lint-action@v3.3.1
2020 with :
21- version : v1.50.0
21+ version : v1.50.1
2222 args : --verbose
2323 tests :
2424 name : Tests with coverage
2828 - name : Setup Go
2929 uses : actions/setup-go@v3
3030 with :
31- go-version : 1.17
31+ go-version : 1.19
3232
3333 - name : Checkout code
3434 uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -49,4 +49,4 @@ issues:
4949
5050run :
5151 timeout : 180s
52- go : ' 1.17 '
52+ go : ' 1.19 '
Original file line number Diff line number Diff line change 11module github.com/coretrix/clockwork
22
3- go 1.17
3+ go 1.19
44
55require (
66 github.com/davecgh/go-spew v1.1.1 // indirect
You can’t perform that action at this time.
0 commit comments