mirror of
https://github.com/Jguer/yay
synced 2024-10-31 13:42:27 +00:00
ci(yay): update golangci
This commit is contained in:
parent
bfd5ca6024
commit
3d585877ba
2 changed files with 2 additions and 2 deletions
2
.github/workflows/builder-image.yml
vendored
2
.github/workflows/builder-image.yml
vendored
|
@ -10,7 +10,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Push builder image to Docker Hub
|
name: Push builder image to Docker Hub
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
|
@ -7,7 +7,7 @@ WORKDIR /app
|
||||||
RUN pacman -Syu --overwrite=* --needed --noconfirm go fakeroot binutils gcc make git gettext &&\
|
RUN pacman -Syu --overwrite=* --needed --noconfirm go fakeroot binutils gcc make git gettext &&\
|
||||||
rm -rfv /var/cache/pacman/* /var/lib/pacman/sync/*
|
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 .
|
COPY go.mod .
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue