mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2025-12-12 14:01:14 +00:00
use golangci-lint v1.26
This commit is contained in:
parent
24c25982ec
commit
666cc9164e
2 changed files with 2 additions and 3 deletions
3
.github/workflows/golangci.yml
vendored
3
.github/workflows/golangci.yml
vendored
|
|
@ -5,8 +5,7 @@ jobs:
|
||||||
name: lint
|
name: lint
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Check out code into the Go module directory
|
- uses: actions/checkout@v2
|
||||||
uses: actions/checkout@v1
|
|
||||||
- name: golangci-lint
|
- name: golangci-lint
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
FROM golangci/golangci-lint:v1.25
|
FROM golangci/golangci-lint:v1.26
|
||||||
|
|
||||||
COPY entrypoint.sh /entrypoint.sh
|
COPY entrypoint.sh /entrypoint.sh
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue