Skip to content

Commit 589b0af

Browse files
committed
Update golangci-lint version
This allows us to pick up golangci/golangci-lint#1930
1 parent a900daa commit 589b0af

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
@@ -23,7 +23,7 @@ jobs:
2323
uses: golangci/[email protected]
2424
with:
2525
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
26-
version: v1.29
26+
version: v1.41
2727
args: -v --build-tags relic
2828
- name: Run ShellCheck
2929
uses: ludeeus/action-shellcheck@master

0 commit comments

Comments
 (0)