Skip to content

Commit 666cc91

Browse files
committed
use golangci-lint v1.26
1 parent 24c2598 commit 666cc91

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/golangci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ jobs:
55
name: lint
66
runs-on: ubuntu-latest
77
steps:
8-
- name: Check out code into the Go module directory
9-
uses: actions/checkout@v1
8+
- uses: actions/checkout@v2
109
- name: golangci-lint
1110
uses: ./
1211
with:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golangci/golangci-lint:v1.25
1+
FROM golangci/golangci-lint:v1.26
22

33
COPY entrypoint.sh /entrypoint.sh
44

0 commit comments

Comments
 (0)