multi: update linter, fix new issues

This commit is contained in:
Oliver Gugger
2024-08-20 12:46:24 +02:00
parent 9eef428e77
commit e99e6662cf
21 changed files with 453 additions and 441 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.21
FROM golang:1.22.6
RUN apt-get update && apt-get install -y git
ENV GOCACHE=/tmp/build/.cache