We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16c217c commit bed88fbCopy full SHA for bed88fb
1 file changed
.github/workflows/linting.yml
@@ -12,7 +12,7 @@ jobs:
12
go-version: '1.26.5' # renovate: datasource=golang-version depName=go
13
cache: false
14
- name: golangci-lint
15
- uses: golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 # v6
+ uses: golangci/golangci-lint-action@ba0d7d2ec06a0ea1cb5fa41b2e4a3ab91d21278a # v9
16
with:
17
install-mode: goinstall
18
version: v1.63.4 # renovate: datasource=github-tags depName=golangci/golangci-lint
0 commit comments