1
0
mirror of https://github.com/golangci/golangci-lint-action.git synced 2026-03-17 05:03:10 +07:00

use golangci-lint v1.26

This commit is contained in:
Denis Isaev
2020-05-03 16:06:24 +03:00
parent 24c25982ec
commit 666cc9164e
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