Skip to content

Commit f80b989

Browse files
committed
fix: use golangci-lint v2.11 in CI for Go 1.26 compatibility
v2.1 was built with Go 1.24 which is too old for our Go 1.26 target. Signed-off-by: Gabriel Harris-Rouquette <gabizou@me.com>
1 parent a7254b7 commit f80b989

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Run golangci-lint
4747
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
4848
with:
49-
version: v2.1
49+
version: v2.11
5050
args: --timeout=5m
5151

5252
generate:

0 commit comments

Comments
 (0)