Skip to content

Commit b919ba9

Browse files
committed
gha: update golangci-lint to v2.12 for compatibility with go1.26
Also remove deprecated flag; Flag --print-resources-usage has been deprecated, use --verbose instead Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent b321c32 commit b919ba9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
- name: lint
3636
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
3737
with:
38-
version: v2.7
39-
args: --print-resources-usage --timeout=10m --verbose
38+
version: v2.12
39+
args: --timeout=10m --verbose
4040

4141
- name: Test
4242
run: go test -v -cover "-coverprofile=coverage.txt" -covermode=atomic ./...

0 commit comments

Comments
 (0)