File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ dependencies:
1414
1515 # zeitgeist
1616 - name : " zeitgeist"
17- version : 0.5.3
17+ version : 0.5.4
1818 refPaths :
1919 - path : hack/verify-dependencies.sh
2020 match : VERSION=v(?P<major>0|[1-9]\d*)\.(?P<minor>0|[1-9]\d*)\.(?P<patch>0|[1-9]\d*)(?:-(?P<prerelease>(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+(?P<buildmetadata>[0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?
@@ -27,7 +27,7 @@ dependencies:
2727
2828 # golangci-lint
2929 - name : " golangci-lint"
30- version : 2.4.0
30+ version : 2.6.1
3131 refPaths :
3232 - path : hack/verify-golangci-lint.sh
3333 match : VERSION=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-]+)*))?
@@ -41,7 +41,7 @@ dependencies:
4141 version : 1.25
4242 refPaths :
4343 - path : Dockerfile
44- match : FROM golang:\d+.\d+(alpha|beta|rc)?\.?(\d+)-(bookworm )
44+ match : FROM golang:\d+.\d+(alpha|beta|rc)?\.?(\d+)-(trixie )
4545
4646 - name : " golang: go.mod"
4747 version : 1.25
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ set -o errexit
1818set -o nounset
1919set -o pipefail
2020
21- VERSION=v0.5.3
21+ VERSION=v0.5.4
2222REPO_ROOT=$( dirname " ${BASH_SOURCE[0]} " ) /..
2323
2424# Ensure that we find the binaries we build before anything else.
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ set -o errexit
1818set -o nounset
1919set -o pipefail
2020
21- VERSION=v2.4.0
21+ VERSION=v2.6.1
2222URL_BASE=https://raw.githubusercontent.com/golangci/golangci-lint
2323URL=${URL_BASE} /${VERSION} /install.sh
2424# If you update the version above you might need to update the checksum
You can’t perform that action at this time.
0 commit comments