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

Commit 622475c

Browse files
author
noah
committed
WIP
1 parent 367c9b0 commit 622475c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@ jobs:
2020
name: golangci-lint
2121
uses: golangci/golangci-lint-action@v2
2222
with:
23+
go: '1.17'
2324
version: v1.42
2425
args: -D errcheck --timeout 2m
25-
skip-pkg-cache: true
26+
# skip-pkg-cache: true
2627
-
2728
run: go test -cpu 4 -coverprofile .testCoverage.txt $(go list ./... | grep -v model/ent | grep -v mock)
2829
env:

0 commit comments

Comments
 (0)