aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgoogle-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>2026-02-18 03:26:55 +0000
committergoogle-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>2026-02-18 03:26:55 +0000
commitc34d119c25c46da78ed7d62a61790b144c7fec16 (patch)
treeb195b342c8e81cbe7e24296f2822b46195647937
parent321e5968fdffe894eed1b1dcbd5a45c1d81e5f81 (diff)
downloadneko-c34d119c25c46da78ed7d62a61790b144c7fec16.tar.gz
neko-c34d119c25c46da78ed7d62a61790b144c7fec16.tar.bz2
neko-c34d119c25c46da78ed7d62a61790b144c7fec16.zip
Fix CI failure: Remove invalid 'version' field from .golangci.yml
- Removed `version: "2"` from `.golangci.yml`. - This field is not supported in the configuration schema for `golangci-lint` v1.64.6, causing the validation error: `additional properties 'version' not allowed`. Co-authored-by: adammathes <868470+adammathes@users.noreply.github.com>
-rw-r--r--.golangci.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.golangci.yml b/.golangci.yml
index e8e8364..ba50665 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -1,4 +1,3 @@
-version: "2"
run:
tests: true
timeout: 5m