chore: update go-alpm (#2409)

* update go alpm

* update golangci

* add missing ldflag
This commit is contained in:
Jo
2024-03-23 23:46:02 +01:00
committed by GitHub
parent 6c2330528f
commit 2ff794da32
4 changed files with 5 additions and 6 deletions

View File

@@ -9,5 +9,5 @@ COPY go.mod .
RUN pacman-key --init && pacman -Sy && pacman -S --overwrite=* --noconfirm archlinux-keyring && \
pacman -Su --overwrite=* --needed --noconfirm pacman doxygen meson asciidoc go git gcc make sudo base-devel && \
rm -rfv /var/cache/pacman/* /var/lib/pacman/sync/* && \
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.56.2 && \
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.57.1 && \
go mod download