build: update golangci (#1829)

This commit is contained in:
Jo
2022-11-15 14:17:56 +00:00
committed by GitHub
parent a88fad68d4
commit 3f5dffc188
2 changed files with 3 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM docker.io/jguer/yay-builder:latest
FROM docker.io/heywoodlh/archlinux:latest
ENV GO111MODULE=on
WORKDIR /app
@@ -7,5 +7,5 @@ COPY go.mod .
RUN pacman -Sy && pacman -S --overwrite=* --noconfirm archlinux-keyring && pacman -Su --overwrite=* --needed --noconfirm go git && \
rm -rfv /var/cache/pacman/* /var/lib/pacman/sync/* && \
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.48.0 && \
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.50.1 && \
go mod download