Upgrade golangci-lint
ci / lint-test (pull_request) Successful in 6m0s
ci / build (pull_request) Successful in 6m19s

This commit is contained in:
Joe Julian
2026-04-26 16:48:10 -07:00
parent ff81ae633c
commit de19f84305
9 changed files with 415 additions and 369 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ jobs:
set -euo pipefail
state_dir="$(mktemp -d)"
trap 'rm -rf -- "$state_dir"' EXIT
KEEPASSGO_STATE_DIR="$state_dir" go tool golangci-lint run --timeout=10m --concurrency=1 --build-tags nox11,nowayland,novulkan ./...
KEEPASSGO_STATE_DIR="$state_dir" go tool golangci-lint run --timeout=10m --build-tags nox11,nowayland,novulkan ./...
- name: Test
shell: bash