use golangci-lint v1.26
This commit is contained in:
parent
24c25982ec
commit
666cc9164e
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…
x
Reference in New Issue
Block a user