Skip to content

Commit

Permalink
Merge pull request #97 from cpanato/updates
Browse files Browse the repository at this point in the history
update zeitgeist to v0.4.3
  • Loading branch information
k8s-ci-robot committed Nov 14, 2023
2 parents bf65fd3 + f52143e commit 441a2c4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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.55.1
version: 1.55.2
refPaths:
- path: mage/golangci-lint.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 Expand Up @@ -29,7 +29,7 @@ dependencies:

# sigs.k8s.io/zeitgeist
- name: "zeitgeist"
version: 0.4.1
version: 0.4.3
refPaths:
- path: mage/dependency.go
match: defaultZeitgeistVersion\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-]+)*))?"
2 changes: 1 addition & 1 deletion mage/dependency.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (

const (
// zeitgeist
defaultZeitgeistVersion = "v0.4.1"
defaultZeitgeistVersion = "v0.4.3"
zeitgeistCmd = "zeitgeist"
zeitgeistModule = "sigs.k8s.io/zeitgeist"
)
Expand Down
2 changes: 1 addition & 1 deletion mage/golangci-lint.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import (

const (
// golangci-lint
defaultGolangCILintVersion = "v1.55.1"
defaultGolangCILintVersion = "v1.55.2"
golangciCmd = "golangci-lint"
golangciConfig = ".golangci.yml"
golangciURLBase = "https://raw.githubusercontent.com/golangci/golangci-lint"
Expand Down

0 comments on commit 441a2c4

Please sign in to comment.