Skip to content

Commit

Permalink
build(deps): bump golangci-lint from v1.59 to v1.60.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ijsong committed Aug 20, 2024
1 parent 0c9b4af commit 9800629
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 @@ -43,7 +43,7 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v6.1.0
with:
version: v1.59
version: v1.60.1
skip-cache: true
skip-pkg-cache: true
build:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ fmt:
@$(foreach path,$(PKGS),gofmt -w -s ./$(path);)

lint:
docker run --rm -v $$(pwd):/app -w /app golangci/golangci-lint:v1.59.0-alpine golangci-lint run
docker run --rm -v $$(pwd):/app -w /app golangci/golangci-lint:v1.60.1-alpine golangci-lint run

vet:
@echo govet
Expand Down

0 comments on commit 9800629

Please sign in to comment.