Skip to content

Commit bdf1030

Browse files
committed
ci: install golangci-lint from source for Go 1.26 compatibility
1 parent 6e87ef2 commit bdf1030

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/go.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,9 @@ jobs:
4242
exit 1
4343
fi
4444
- name: Run golangci-lint
45-
uses: golangci/golangci-lint-action@v6
46-
with:
47-
version: latest
48-
args: --timeout=30m
45+
run: |
46+
go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
47+
golangci-lint run --timeout=30m
4948
5049
test:
5150
name: Test

0 commit comments

Comments
 (0)