From 666cc9164ed9886a70a4852193c2caa75419023b Mon Sep 17 00:00:00 2001 From: Denis Isaev Date: Sun, 3 May 2020 16:06:24 +0300 Subject: [PATCH] use golangci-lint v1.26 --- .github/workflows/golangci.yml | 3 +-- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/golangci.yml b/.github/workflows/golangci.yml index bf9d81e..0555b7e 100644 --- a/.github/workflows/golangci.yml +++ b/.github/workflows/golangci.yml @@ -5,8 +5,7 @@ jobs: name: lint runs-on: ubuntu-latest steps: - - name: Check out code into the Go module directory - uses: actions/checkout@v1 + - uses: actions/checkout@v2 - name: golangci-lint uses: ./ with: diff --git a/Dockerfile b/Dockerfile index 1a321d0..bee39d0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golangci/golangci-lint:v1.25 +FROM golangci/golangci-lint:v1.26 COPY entrypoint.sh /entrypoint.sh