File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040 with :
4141 go-version : 1.19
4242
43- - name : Lint with golangci -lint
44- uses : golangci/golangci-lint-action@v9
43+ - name : Lint with golanci -lint
44+ uses : golangci/golangci-lint-action@v3
4545 with :
4646 # version of golangci-lint to use
4747 # Version should stay in sync with version used for local linting (lint job in Makefile).
48- version : v2.12.2
48+ version : v1.50.1
Original file line number Diff line number Diff line change 4444
4545lint :
4646 # Version used should stay in sync with version in CI (.github/workflows/test.yaml).
47- docker run --rm -v $(pwd ) :/app -w /app golangci/golangci-lint:v2.12.2 golangci-lint run
47+ docker run --rm -v $(pwd ) :/app -w /app golangci/golangci-lint:v1.50.1 golangci-lint run
4848
4949% /remove-local : beta-notice
5050 $(eval plugin := $(firstword $(subst /, ,$@ ) ) )
You can’t perform that action at this time.
0 commit comments