Skip to content

Commit

Permalink
ci(linter): bumps golangci-lint to latest version (#78)
Browse files Browse the repository at this point in the history
Modifies both make toolchain and GitHub action.
  • Loading branch information
bartoszmajsak authored Sep 4, 2024
1 parent 5915fa2 commit c2b272b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.59.1
version: v1.60.3
skip-cache: true
args: --timeout 5m0s
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ $(LOCALBIN)/yq:
$(call header,"Installing $(notdir $@)")
GOBIN=$(LOCALBIN) go install github.com/mikefarah/yq/v4@$(YQ_VERSION)

LINT_VERSION=v1.59.1
LINT_VERSION=v1.60.3
$(LOCALBIN)/golangci-lint:
$(call header,"Installing $(notdir $@)")
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(LOCALBIN) $(LINT_VERSION)

0 comments on commit c2b272b

Please sign in to comment.