Skip to content

Commit feab587

Browse files
committed
Update go.mod version to reflect builder image
Update the version of specified in the go.mod files for yq and syft to reflect the go version used in the builder image from the Dockerfile. The previous version had CVEs so this ensures those binaries are not built (in other contexts) with a vulnerable version of Go. Signed-off-by: Luiz Carvalho <[email protected]>
1 parent cfdf3f2 commit feab587

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/syft/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/redhat-appstudio/tssc-dev-multi-ci/tools/syft
22

3-
go 1.23.2
3+
go 1.23.6
44

55
require github.com/anchore/syft v1.19.0
66

tools/yq/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/redhat-appstudio/tssc-dev-multi-ci/tools/yq
22

3-
go 1.23.0
3+
go 1.23.6
44

55
require github.com/mikefarah/yq/v4 v4.45.1
66

0 commit comments

Comments
 (0)