ci(yay): update golangci

This commit is contained in:
jguer 2021-03-13 12:15:26 +01:00 committed by J Guerreiro
parent bfd5ca6024
commit 3d585877ba
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ on:
jobs:
build:
name: Push builder image to Docker Hub
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2

View file

@ -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 .