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 26d26e2 commit aa76d27Copy full SHA for aa76d27
.github/workflows/lint.yml
@@ -17,9 +17,10 @@ jobs:
17
with:
18
go-version-file: go.mod
19
- name: golangci-lint
20
- uses: golangci/golangci-lint-action@v7
+ uses: golangci/golangci-lint-action@v8
21
22
- version: v2.0.2
+ version: v2.1.6
23
+ args: '--timeout 10m'
24
25
yamllint:
26
name: yamllint
.gitignore
@@ -47,3 +47,5 @@ _artifacts
47
test/e2e/config/*-envsubst.yaml
48
49
.tool-versions
50
+e2e-env*.yaml
51
+
0 commit comments