Skip to content

Commit be8084f

Browse files
deps(deps): update dependency go to v1.22.5 (#306)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [go](https://go.dev/) ([source](https://togithub.com/golang/go)) | toolchain | patch | `1.22.4` -> `1.22.5` | --- ### Release Notes <details> <summary>golang/go (go)</summary> ### [`v1.22.5`](https://togithub.com/golang/go/compare/go1.22.4...go1.22.5) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/validator-labs/validator). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuOSIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJnbyJdfQ==--> --------- Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: Tyler Gillson <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tyler Gillson <[email protected]>
1 parent 7c7865e commit be8084f

File tree

4 files changed

+5
-8
lines changed

4 files changed

+5
-8
lines changed

Makefile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
# -include will silently skip missing files, which allows us
2-
# to load those files with a target in the Makefile. If only
3-
# "include" was used, the make command would fail and refuse
4-
# to run a target until the include commands succeeded.
5-
-include build/makelib/common.mk
1+
include build/makelib/common.mk
2+
include build/makelib/plugin.mk
63

74
# Image URL to use all building/pushing image targets
85
IMG ?= quay.io/validator-labs/validator:latest

build

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/validator-labs/validator
22

33
go 1.22.0
44

5-
toolchain go1.22.4
5+
toolchain go1.22.5
66

77
require (
88
buf.build/gen/go/spectrocloud/spectro-cleanup/connectrpc/go v1.16.2-20240205164452-95dfd137cb54.1

internal/controller/suite_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ var _ = BeforeSuite(func() {
103103
}
104104

105105
// monkey-patch binary paths
106-
helm.CommandPath = filepath.Join("..", "..", "bin", fmt.Sprintf("%s-%s", runtime.GOOS, runtime.GOARCH), "helm")
106+
helm.CommandPath = filepath.Join("..", "..", "bin", "helm")
107107

108108
var err error
109109
cfg, err = testEnv.Start()

0 commit comments

Comments
 (0)