Skip to content

Commit

Permalink
Bump golangci-lint to 1.60 (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
afritzler authored Aug 27, 2024
1 parent ef6ad31 commit 6067cb5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.57.2
version: v1.60
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ vet: ## Run go vet against code.
go vet ./...

.PHONY: lint
lint: ## Run golangci-lint on the code.
lint: golangci-lint ## Run golangci-lint on the code.
$(GOLANGCILINT) run ./...

.PHONY: add-license
Expand Down Expand Up @@ -86,8 +86,8 @@ GOLANGCILINT ?= $(LOCALBIN)/golangci-lint

## Tool Versions
ADDLICENSE_VERSION ?= v1.1.1
GOIMPORTS_VERSION ?= v0.20.0
GOLANGCILINT_VERSION ?= v1.57.2
GOIMPORTS_VERSION ?= v0.24.0
GOLANGCILINT_VERSION ?= v1.60

.PHONY: addlicense
addlicense: $(ADDLICENSE) ## Download addlicense locally if necessary.
Expand Down

0 comments on commit 6067cb5

Please sign in to comment.