Skip to content

Commit aa76d27

Browse files
mcbenjemaawikkyk
authored andcommitted
Bump golangci-lint
1 parent 26d26e2 commit aa76d27

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ jobs:
1717
with:
1818
go-version-file: go.mod
1919
- name: golangci-lint
20-
uses: golangci/golangci-lint-action@v7
20+
uses: golangci/golangci-lint-action@v8
2121
with:
22-
version: v2.0.2
22+
version: v2.1.6
23+
args: '--timeout 10m'
2324

2425
yamllint:
2526
name: yamllint

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,5 @@ _artifacts
4747
test/e2e/config/*-envsubst.yaml
4848

4949
.tool-versions
50+
e2e-env*.yaml
51+

0 commit comments

Comments
 (0)