chore(deps): update ci

This commit is contained in:
jguer
2022-01-03 14:40:19 +01:00
committed by J Guerreiro
parent 1c22cc491c
commit 65ecee9cb6
3 changed files with 4 additions and 4 deletions

View File

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