Skip to content

Commit 409ea4f

Browse files
authored
Merge pull request #69 from Kochava/fix/golangci-lint-go-version-compat
fix: revert golangci-lint pin to latest (Go 1.26 compat)
2 parents 7c3c892 + 9054395 commit 409ea4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/go_app_pull_requests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
- name: Run golangci-lint
101101
uses: golangci/golangci-lint-action@v9
102102
with:
103-
version: v2.1.6
103+
version: latest
104104
only-new-issues: true
105105
args: --timeout=5m --enable=bodyclose
106106
test:

0 commit comments

Comments
 (0)