|
@@ -7,7 +7,7 @@ WORKDIR /app
|
|
|
RUN pacman -Syu --overwrite=* --needed --noconfirm go fakeroot binutils gcc make git gettext &&\
|
|
|
rm -rfv /var/cache/pacman/* /var/lib/pacman/sync/*
|
|
|
|
|
|
-RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.32.2
|
|
|
+RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.38.0
|
|
|
|
|
|
COPY go.mod .
|
|
|
|