update linter (#711)

This commit is contained in:
Alessandro Ros
2025-03-01 11:33:40 +01:00
committed by GitHub
parent 17ee46e238
commit 9c70b4192f
3 changed files with 5 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ jobs:
- uses: golangci/golangci-lint-action@v3
with:
version: v1.61.0
version: v1.64.5
go-mod-tidy:
runs-on: ubuntu-22.04

View File

@@ -3,9 +3,10 @@ linters:
- asciicheck
- bidichk
- bodyclose
#- contextcheck
- copyloopvar
- dupl
- errorlint
- exportloopref
- gochecknoinits
- gocritic
- gofmt
@@ -18,7 +19,7 @@ linters:
- revive
- usestdlibvars
- unconvert
- tenv
#- usetesting
- tparallel
- wastedassign
- whitespace

View File

@@ -1,5 +1,5 @@
BASE_IMAGE = golang:1.23-alpine3.20
LINT_IMAGE = golangci/golangci-lint:v1.61.0
LINT_IMAGE = golangci/golangci-lint:v1.64.5
.PHONY: $(shell ls)