File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - name : Setup Go
11- uses : actions/setup-go@v3
11+ uses : actions/setup-go@v4
1212 with :
1313 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.3.1
19+ uses : golangci/golangci-lint-action@v3.4.0
2020 with :
21- version : v1.50.1
21+ version : v1.52.0
2222 args : --verbose
2323 tests :
2424 name : Tests with coverage
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ export GO111MODULE=on
22
33format-check : # # Format the code and run linters
44 @if test ! -e ./bin/golangci-lint; then \
5- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ./bin v1.50.1 ; \
5+ curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ./bin v1.52.0 ; \
66 fi
77 @./bin/golangci-lint run --fix
88
You can’t perform that action at this time.
0 commit comments