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.
2 parents b12ca58 + 59ec0bd commit d8277f4Copy full SHA for d8277f4
.github/workflows/ci.yml
@@ -9,14 +9,14 @@ jobs:
9
# Execute the checks inside the container instead the VM.
10
container: golangci/golangci-lint:v1.31.0-alpine
11
steps:
12
- - uses: actions/checkout@v2.3.4
+ - uses: actions/checkout@v2.4.0
13
- run: golangci-lint run -E goimports
14
15
unit-test:
16
name: Unit test
17
runs-on: ubuntu-latest
18
19
20
- uses: actions/setup-go@v2.1.4
21
with:
22
go-version: 1.16
@@ -27,7 +27,7 @@ jobs:
27
28
needs: [check, unit-test]
29
30
31
32
33
0 commit comments