bump linter to support go1.26

This commit is contained in:
Wade Simmons
2026-04-28 12:03:31 -04:00
parent ae58085032
commit 1403473e4b

View File

@@ -34,7 +34,7 @@ jobs:
- name: golangci-lint - name: golangci-lint
uses: golangci/golangci-lint-action@v9 uses: golangci/golangci-lint-action@v9
with: with:
version: v2.5 version: v2.11
- name: Test - name: Test
run: make test run: make test
@@ -138,7 +138,7 @@ jobs:
- name: golangci-lint - name: golangci-lint
uses: golangci/golangci-lint-action@v9 uses: golangci/golangci-lint-action@v9
with: with:
version: v2.5 version: v2.11
- name: Test - name: Test
run: make test run: make test