use golangci-lint v1.26

This commit is contained in:
Denis Isaev 2020-05-03 16:06:24 +03:00
parent 24c25982ec
commit 666cc9164e
No known key found for this signature in database
GPG Key ID: A36A0EC8E27A1A01
2 changed files with 2 additions and 3 deletions

View File

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

View File

@ -1,4 +1,4 @@
FROM golangci/golangci-lint:v1.25
FROM golangci/golangci-lint:v1.26
COPY entrypoint.sh /entrypoint.sh