Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Commit ffca933

Browse files
author
noah
committed
WIP
1 parent 0f1984c commit ffca933

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ jobs:
1212
steps:
1313
-
1414
uses: actions/checkout@v2
15+
-
16+
uses: actions/setup-go@v1
17+
with:
18+
go-version: '1.17'
1519
-
1620
name: golangci-lint
1721
uses: golangci/golangci-lint-action@v2
1822
with:
19-
version: v1.41
23+
version: v1.42
2024
args: -D errcheck --timeout 2m
2125
skip-cache: true
22-
-
23-
uses: actions/setup-go@v1
24-
with:
25-
go-version: '1.17'
2626
-
2727
run: go test -cpu 4 -coverprofile .testCoverage.txt $(go list ./... | grep -v model/ent | grep -v mock)
2828
env:

0 commit comments

Comments
 (0)