Skip to content

Commit a12c4c4

Browse files
committed
update tools dependencies
Signed-off-by: Carlos Panato <ctadeu@gmail.com>
1 parent f8e3172 commit a12c4c4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

dependencies.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

hack/verify-dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ set -o errexit
1818
set -o nounset
1919
set -o pipefail
2020

21-
VERSION=v0.5.3
21+
VERSION=v0.5.4
2222
REPO_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
2323

2424
# Ensure that we find the binaries we build before anything else.

hack/verify-golangci-lint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ set -o errexit
1818
set -o nounset
1919
set -o pipefail
2020

21-
VERSION=v2.4.0
21+
VERSION=v2.6.1
2222
URL_BASE=https://raw.githubusercontent.com/golangci/golangci-lint
2323
URL=${URL_BASE}/${VERSION}/install.sh
2424
# If you update the version above you might need to update the checksum

0 commit comments

Comments
 (0)