go: use version 1.25.0

This commit is contained in:
André Roth
2026-06-19 00:34:29 +02:00
parent d9bedfa478
commit a743f03242
4 changed files with 10 additions and 7 deletions
+2 -2
View File
@@ -39,12 +39,12 @@ jobs:
shell: sh
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
uses: golangci/golangci-lint-action@v9
with:
# Require: The version of golangci-lint to use.
# When `install-mode` is `binary` (default) the value can be v1.2 or v1.2.3 or `latest` to use the latest version.
# When `install-mode` is `goinstall` the value can be v1.2.3, `latest`, or the hash of a commit.
version: v1.64.5
version: v2.12.2
args: --timeout=10m
# Optional: working directory, useful for monorepos