Bump version of golangci-lint action as it appears older version may not work with v2

Signed-off-by: Tyler Auerbeck <tylerauerbeck@users.noreply.github.com>
This commit is contained in:
Tyler Auerbeck
2025-05-08 02:06:10 -04:00
committed by Christian Mesh
parent 59fcdcd2b8
commit c84716d37b

View File

@@ -210,7 +210,7 @@ jobs:
exit 1 exit 1
fi fi
- name: "Code linting" - name: "Code linting"
uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6.5.0 uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
with: with:
version: v2.1.6 version: v2.1.6
# Only compare with changes from when we introduced linting. Eventually we can get rid of this and lint the whole project # Only compare with changes from when we introduced linting. Eventually we can get rid of this and lint the whole project