File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11dependencies :
22 # golangci/golangci-lint
33 - name : " golangci-lint"
4- version : 2.5.0
4+ version : 2.11.3
55 refPaths :
66 - path : mage/golangci-lint.go
77 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-]+)*))?"
@@ -15,7 +15,7 @@ dependencies:
1515
1616 # cosign
1717 - name : " cosign"
18- version : 2.6.0
18+ version : 3.0.5
1919 refPaths :
2020 - path : mage/cosign.go
2121 match : defaultCosignVersion\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-]+)*))?"
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ import (
2525 "github.com/uwu-tools/magex/pkg/downloads"
2626)
2727
28- const defaultCosignVersion = "v2.6.0 "
28+ const defaultCosignVersion = "v3.0.5 "
2929
3030// EnsureCosign makes sure that the specified cosign version is available.
3131func EnsureCosign (version string ) error {
Original file line number Diff line number Diff line change @@ -38,11 +38,11 @@ import (
3838
3939const (
4040 // golangci-lint.
41- defaultGolangCILintVersion = "v2.5.0 "
41+ defaultGolangCILintVersion = "v2.11.3 "
4242 golangciCmd = "golangci-lint"
4343 golangciConfig = ".golangci.yml"
4444 golangciURLBase = "https://raw.githubusercontent.com/golangci/golangci-lint"
45- defaultMinGoVersion = "1.24 "
45+ defaultMinGoVersion = "1.25 "
4646)
4747
4848// Ensure golangci-lint is installed and on the PATH.
You can’t perform that action at this time.
0 commit comments