ci: use latest golangci-lint version in CI workflow
Replace pinned golangci-lint 1.64.8 version with latest to automatically receive updates and improvements.
This commit is contained in:
2
.github/workflows/ci-cd.yml
vendored
2
.github/workflows/ci-cd.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
||||
run: go mod download
|
||||
|
||||
- name: Install golangci-lint
|
||||
run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b /usr/local/bin 1.64.8
|
||||
run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b /usr/local/bin latest
|
||||
|
||||
- name: Run golangci-lint
|
||||
run: golangci-lint run --timeout=3m
|
||||
|
||||
Reference in New Issue
Block a user