Skip to content

Commit 0212d7c

Browse files
build(deps): bump github.com/hashicorp/go-version from 1.7.0 to 1.8.0 (#6222)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
1 parent 0014498 commit 0212d7c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ require (
6262
github.com/gordonklaus/ineffassign v0.2.0
6363
github.com/gostaticanalysis/forcetypeassert v0.2.0
6464
github.com/gostaticanalysis/nilerr v0.1.2
65-
github.com/hashicorp/go-version v1.7.0
65+
github.com/hashicorp/go-version v1.8.0
6666
github.com/jgautheron/goconst v1.8.2
6767
github.com/jingyugao/rowserrcheck v1.1.1
6868
github.com/jjti/go-spancheck v0.6.5

go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/commands/config_verify_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ func Test_createSchemaURL_error(t *testing.T) {
136136
info: BuildInfo{
137137
Version: "example",
138138
},
139-
expected: "parse version: Malformed version: example",
139+
expected: "parse version: malformed version: example",
140140
},
141141
{
142142
desc: "invalid composite commit info",

0 commit comments

Comments
 (0)