We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 047bf1a commit 90a37f7Copy full SHA for 90a37f7
.github/workflows/pr-golangci-lint.yaml
@@ -28,7 +28,7 @@ jobs:
28
with:
29
go-version: ${{ steps.vars.outputs.go_version }}
30
- name: golangci-lint
31
- uses: golangci/golangci-lint-action@051d91933864810ecd5e2ea2cfd98f6a5bca5347 # tag=v6.3.2
+ uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # tag=v6.5.0
32
33
version: v1.63.4
34
args: --out-format=colored-line-number
0 commit comments