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 775d389 commit 491bdbdCopy full SHA for 491bdbd
.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.4.0
+ - uses: actions/checkout@v3.0.2
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.2.0
21
with:
22
go-version: 1.17
@@ -27,7 +27,7 @@ jobs:
27
28
needs: [check, unit-test]
29
30
31
32
33
0 commit comments