Skip to content

Commit

Permalink
Bump golangci-lint version
Browse files Browse the repository at this point in the history
  • Loading branch information
terryyylim committed Mar 2, 2023
1 parent 4bd1afa commit e04b26a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:

env:
GO_VERSION: 1.18
GO_LINT_VERSION: v1.45.2
GO_LINT_VERSION: v1.51.2

jobs:
lint-go:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/xp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ on:
env:
ARTIFACT_RETENTION_DAYS: 7
GO_VERSION: 1.18
GO_LINT_VERSION: v1.45.2
GO_LINT_VERSION: v1.51.2

jobs:
lint-python:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ compile-protos: | $(protoc_dir)
.PHONY: setup
setup:
@echo "> Initializing dependencies ..."
@test -x ${GOPATH}/bin/golangci-lint || go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.40.1
@test -x ${GOPATH}/bin/golangci-lint || go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.51.2

@echo "Setting up dev tools..."
@test -x "$(which pre-commit)" || pip install pre-commit
Expand Down

0 comments on commit e04b26a

Please sign in to comment.