Skip to content

Commit

Permalink
chore(deps): update golangci-lint to 1.59.0
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
displague authored Jun 19, 2024
1 parent 9ca550f commit b088a13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: golangci-lint
uses: golangci/[email protected]
with:
version: v1.57
version: v1.59
test:
name: Test
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ endif

GOBIN ?= $(shell go env GOPATH)/bin
# Bump as necessary/desired to latest that supports our version of go at https://github.com/golangci/golangci-lint/releases
GOLANGCI_LINT_VER := v1.57.2
GOLANGCI_LINT_VER := v1.59.0
LINTER ?= $(GOBIN)/golangci-lint

.PHONY: fmt lint test tag version
Expand Down

0 comments on commit b088a13

Please sign in to comment.