Skip to content

Commit

Permalink
revert some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
colinlyguo committed Apr 22, 2024
1 parent 3d79153 commit b75f888
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ linters:
- bodyclose
- goprintffuncname
- golint
- depguard
- gocyclo
- unparam
- exportloopref
Expand All @@ -191,7 +192,6 @@ linters:
- unused
enable-all: false
disable:
- depguard

disable-all: false
presets:
Expand Down
2 changes: 1 addition & 1 deletion build/lint.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (

const (
// GolangCIVersion to be used for linting.
GolangCIVersion = "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.57.2"
GolangCIVersion = "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.52.2"
)

// GOBIN environment variable.
Expand Down

0 comments on commit b75f888

Please sign in to comment.