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 3d0482e commit 08c6e47Copy full SHA for 08c6e47
1 file changed
.github/workflows/linting.yml
@@ -12,7 +12,7 @@ jobs:
12
go-version: '1.26.0' # 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@1e7e51e771db61008b38414a730f564565cf7c20 # v9
16
with:
17
install-mode: goinstall
18
version: v1.63.4 # renovate: datasource=github-tags depName=golangci/golangci-lint
0 commit comments