We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10a7b72 commit 65a637cCopy full SHA for 65a637c
cmd/golangBuild.go
@@ -36,7 +36,7 @@ const (
36
golangCycloneDXPackage = "github.com/CycloneDX/cyclonedx-gomod/cmd/cyclonedx-gomod@latest"
37
sbomFilename = "bom-golang.xml"
38
golangciLintURL = "https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh"
39
- golangciLintVersion = "v1.46.2"
+ golangciLintVersion = "latest"
40
)
41
42
type golangBuildUtils interface {
0 commit comments