Bump golangci-lint to 2.1.0

This commit is contained in:
Tim Hockin 2025-05-05 12:50:35 -07:00
parent d76f86cb4d
commit d5e6b7093c
3 changed files with 3 additions and 2 deletions

View File

@ -75,7 +75,7 @@ jobs:
uses: golangci/golangci-lint-action@v7 uses: golangci/golangci-lint-action@v7
with: with:
working-directory: git-sync working-directory: git-sync
version: v2.0.0 version: v2.1.0
- name: make lint - name: make lint
working-directory: git-sync working-directory: git-sync

View File

@ -26,6 +26,7 @@ linters:
- dupl - dupl
- err113 - err113
- exhaustruct - exhaustruct
- funcorder
- funlen - funlen
- gochecknoglobals - gochecknoglobals
- gochecknoinits - gochecknoinits

View File

@ -278,7 +278,7 @@ bin-clean:
rm -rf .go bin rm -rf .go bin
lint-golangci-lint: lint-golangci-lint:
go run github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.0.0 run -v go run github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.1.0 run -v
lint-shellcheck: lint-shellcheck:
docker run \ docker run \