chore(deps): update golangci-lint to 2.2.2
All checks were successful
push / build (push) Successful in 1m31s

This commit is contained in:
Boming Zhang 2025-07-20 01:01:08 -07:00
parent 6fa7987ea9
commit fa148af39f
No known key found for this signature in database
GPG Key ID: 134DACA8458EB0E3

View File

@ -1,7 +1,7 @@
FROM focs.ji.sjtu.edu.cn:5000/gitea/runner-images:ubuntu-latest
ARG GO_VERSION=1.24.1
ARG GOLANGCI_LINT_VERSION=1.64.8
ARG GOLANGCI_LINT_VERSION=2.2.2
ENV PATH=$PATH:/usr/local/go/bin:/root/go/bin
RUN sed -i s@/archive.ubuntu.com/@/mirrors.tuna.tsinghua.edu.cn/@g /etc/apt/sources.list && \