Skip to content

Commit

Permalink
bump golangci-lint to v1.54.2
Browse files Browse the repository at this point in the history
Signed-off-by: cpanato <[email protected]>
  • Loading branch information
cpanato committed Sep 1, 2023
1 parent 86492f0 commit 19113e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dependencies:
# golangci/golangci-lint
- name: "golangci-lint"
version: 1.53.3
version: 1.54.2
refPaths:
- path: mage/golang.go
match: defaultGolangCILintVersion\s+=\s+"v(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?"
Expand Down
4 changes: 2 additions & 2 deletions mage/golang.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ import (

const (
// golangci-lint
defaultGolangCILintVersion = "v1.53.3"
defaultGolangCILintVersion = "v1.54.2"
golangciCmd = "golangci-lint"
golangciConfig = ".golangci.yml"
golangciURLBase = "https://raw.githubusercontent.com/golangci/golangci-lint"
defaultMinGoVersion = "1.19"
defaultMinGoVersion = "1.20"
)

// Ensure golangci-lint is installed and on the PATH.
Expand Down

0 comments on commit 19113e6

Please sign in to comment.