Skip to content

Commit 8990bb2

Browse files
committed
⬆️ Updating golangci
golangci/golangci-lint-action#434
1 parent dcc56ae commit 8990bb2

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
@@ -74,7 +74,7 @@ jobs:
7474
uses: golangci/golangci-lint-action@v3
7575
with:
7676
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
77-
version: v1.29
77+
version: v1.45.2
7878
# Optional: show only new issues if it's a pull request. The default value is `false`.
7979
only-new-issues: true
8080
integration:

0 commit comments

Comments
 (0)