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 5a5aff2 commit a2a37fbCopy full SHA for a2a37fb
.github/workflows/lint.yaml
@@ -88,7 +88,7 @@ jobs:
88
use-go-cache: true
89
go-cache-dep-path: ${{ matrix.project.path }}go.sum
90
- name: golangci-lint ${{ needs.tools.outputs.golangci-lint-version }}
91
- uses: golangci/golangci-lint-action@e0ebdd245eea59746bb0b28ea6a9871d3e35fbc9 # v6.3.3
+ uses: golangci/golangci-lint-action@818ec4d51a1feacefc42ff1b3ec25d4962690f39 # v6.4.1
92
with:
93
version: v${{ needs.tools.outputs.golangci-lint-version }}
94
args: --out-format checkstyle:golangci-lint-report.xml
.tool-versions
@@ -1,8 +1,8 @@
1
-golang 1.23.3
+golang 1.24
2
nodejs 18.20.3
3
k3d 5.6.3
4
act 0.2.52
5
-golangci-lint 1.62.0
+golangci-lint 1.64.5
6
actionlint 1.6.26
7
shellcheck 0.9.0
8
helm 3.15.2
0 commit comments