Skip to content

Commit

Permalink
Update golangci to v1.61.0 (#205)
Browse files Browse the repository at this point in the history
* Update golangci to v1.59.1

Fixes #204.

* Fix warning by removing deprecated configuration option

* Bump golangci-lint to 1.61.0
  • Loading branch information
wetneb authored Nov 4, 2024
1 parent 1edd3f0 commit 032ae1f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ linters-settings:
goimports:
local-prefixes: github.com/mattermost/mattermost-starter-template
govet:
check-shadowing: true
enable-all: true
disable:
- fieldalignment
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ apply:
## Install go tools
install-go-tools:
@echo Installing go tools
$(GO) install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.51.1
$(GO) install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.61.0
$(GO) install gotest.tools/[email protected]

## Runs eslint and golangci-lint
Expand Down

0 comments on commit 032ae1f

Please sign in to comment.