Skip to content

Commit a365f41

Browse files
committed
chore: Update tools
1 parent d1df840 commit a365f41

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ env:
1818
CHOCOLATEY_VERSION: 2.6.0 # https://github.com/chocolatey/choco/releases
1919
COSIGN_VERSION: 2.6.2 # https://github.com/sigstore/cosign/releases FIXME upgrade to cosign v3
2020
GO_VERSION: 1.26.1 # https://go.dev/doc/devel/release
21-
GOLANGCI_LINT_VERSION: 2.11.1 # https://github.com/golangci/golangci-lint/releases
22-
GORELEASER_VERSION: 2.14.1 # https://github.com/goreleaser/goreleaser/releases
21+
GOLANGCI_LINT_VERSION: 2.11.2 # https://github.com/golangci/golangci-lint/releases
22+
GORELEASER_VERSION: 2.14.3 # https://github.com/goreleaser/goreleaser/releases
2323
PYTHON_VERSION: '3.10' # https://www.python.org/downloads/
2424
RAGE_VERSION: 0.11.1 # https://github.com/str4d/rage/releases
25-
SYFT_VERSION: 1.42.1 # https://github.com/anchore/syft/releases
26-
UV_VERSION: 0.10.8 # https://github.com/astral-sh/uv/releases
25+
SYFT_VERSION: 1.42.2 # https://github.com/anchore/syft/releases
26+
UV_VERSION: 0.10.9 # https://github.com/astral-sh/uv/releases
2727
jobs:
2828
changes:
2929
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)