mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2026-01-16 12:24:31 +07:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
666cc9164e | ||
|
|
24c25982ec |
3
.github/workflows/golangci.yml
vendored
3
.github/workflows/golangci.yml
vendored
@@ -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:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM golangci/golangci-lint:v1.25
|
||||
FROM golangci/golangci-lint:v1.26
|
||||
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user