We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24c2598 commit 666cc91Copy full SHA for 666cc91
.github/workflows/golangci.yml
@@ -5,8 +5,7 @@ jobs:
5
name: lint
6
runs-on: ubuntu-latest
7
steps:
8
- - name: Check out code into the Go module directory
9
- uses: actions/checkout@v1
+ - uses: actions/checkout@v2
10
- name: golangci-lint
11
uses: ./
12
with:
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golangci/golangci-lint:v1.25
+FROM golangci/golangci-lint:v1.26
2
3
COPY entrypoint.sh /entrypoint.sh
4
0 commit comments