Skip to content

Commit 2b47296

Browse files
committed
Bump golangci-lint version to fix linting
This should resolve some of the `golangci-lint` issues that arose due to go1.19, see * golangci/golangci-lint#2374 * golangci/golangci-lint#3037
1 parent 0c9c5ce commit 2b47296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/golangci-lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
- name: golangci-lint
2323
uses: golangci/golangci-lint-action@v3
2424
with:
25-
version: v1.43.0
25+
version: v1.50.0

0 commit comments

Comments
 (0)