Skip to content

Commit 18f8706

Browse files
committed
ci: fix golangci version
1 parent b8cdbde commit 18f8706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
env:
1313
GO_VERSION: '1.20'
14-
GOLANGCI_LINT_VERSION: 1.54.2
14+
GOLANGCI_LINT_VERSION: v1.54.2
1515
CGO_ENABLED: 0
1616
steps:
1717
- name: Set up Go ${{ env.GO_VERSION }}

0 commit comments

Comments
 (0)