Skip to content

Commit

Permalink
bump golangci-lint to v1.53.3
Browse files Browse the repository at this point in the history
Signed-off-by: Iceber Gu <wei.cai-nat@daocloud.io>
  • Loading branch information
Iceber committed Jul 14, 2023
1 parent cdbcbe5 commit 6e4f2a8
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 @@ -15,7 +15,7 @@ jobs:
go-version: 1.20
- uses: golangci/golangci-lint-action@v3
with:
version: v1.49.0
version: v1.53.3
vertify:
name: Vertify import alias, vendor, codegen, crds
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 @@ -268,7 +268,7 @@ clean-controller-manager-manifest:
.PHONY: golangci-lint
golangci-lint:
ifeq (, $(shell which golangci-lint))
GO111MODULE=on go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.49.0
GO111MODULE=on go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.53.3
GOLANGLINT_BIN=$(shell go env GOPATH)/bin/golangci-lint
else
GOLANGLINT_BIN=$(shell which golangci-lint)
Expand Down

0 comments on commit 6e4f2a8

Please sign in to comment.