Commit 2d8d3b78 authored by shaw's avatar shaw
Browse files

fix(ci): upgrade golangci-lint v2.7 to v2.11 for Go 1.26 compatibility

golangci-lint v2.7 was built with Go 1.25 and cannot lint Go 1.26
targets. v2.8+ added Go 1.26 support.
parent 4190293b
......@@ -42,6 +42,6 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v9
with:
version: v2.7
version: v2.11
args: --timeout=30m
working-directory: backend
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment