From c34d119c25c46da78ed7d62a61790b144c7fec16 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 03:26:55 +0000 Subject: 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> --- .golangci.yml | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.3