Skip to content

Commit

Permalink
Bump golangci-lint to 1.51.0 (#122)
Browse files Browse the repository at this point in the history
Signed-off-by: Catherine Chan-Tse <cchantse@redhat.com>
  • Loading branch information
oceanc80 committed Oct 20, 2023
1 parent 8f73aea commit ec76140
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
go-version-file: "go.mod"
- uses: golangci/golangci-lint-action@v3
with:
version: v1.49
version: v1.51
args: --timeout 5m

go-apidiff:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ clean: ## Clean up your working environment
@rm -f cover.out

GOLANGCI_LINT=./bin/golangci-lint
GOLANGCI_LINT_VER=1.49.0
GOLANGCI_LINT_VER=1.51.0
golangci-lint:
ifneq ($(GOLANGCI_LINT_VER), $(shell $(GOLANGCI_LINT) version 2>&1 | cut -d" " -f4))
@{ \
Expand Down

0 comments on commit ec76140

Please sign in to comment.