update golangci-lint (#3611)

This commit is contained in:
Alessandro Ros 2024-08-04 13:10:14 +02:00 committed by GitHub
parent 44a879170f
commit 49c8acf2f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View File

@ -14,9 +14,11 @@ linters:
- misspell - misspell
- nilerr - nilerr
- prealloc - prealloc
- predeclared
- revive - revive
- usestdlibvars - usestdlibvars
- unconvert - unconvert
- tenv
- tparallel - tparallel
- wastedassign - wastedassign
- whitespace - whitespace

View File

@ -1,5 +1,5 @@
BASE_IMAGE = golang:1.22-alpine3.19 BASE_IMAGE = golang:1.22-alpine3.19
LINT_IMAGE = golangci/golangci-lint:v1.56.2 LINT_IMAGE = golangci/golangci-lint:v1.59.1
NODE_IMAGE = node:20-alpine3.19 NODE_IMAGE = node:20-alpine3.19
ALPINE_IMAGE = alpine:3.19 ALPINE_IMAGE = alpine:3.19
RPI32_IMAGE = balenalib/raspberry-pi:bullseye-run-20230712 RPI32_IMAGE = balenalib/raspberry-pi:bullseye-run-20230712