1
0
mirror of https://github.com/golangci/golangci-lint-action.git synced 2026-03-17 06:34:53 +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

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