We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85f92bf commit e760d09Copy full SHA for e760d09
.github/workflows/push.yml
@@ -13,7 +13,7 @@ jobs:
13
uses: actions/checkout@v4
14
-
15
name: lint
16
- uses: golangci/golangci-lint-action@v4.0.0
+ uses: golangci/golangci-lint-action@v5.0.0
17
with:
18
version: v1.42.1
19
# optional: show only new issues if it's a pull request. The default value is `false`.
0 commit comments