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

Commit 1cef57f

Browse files
author
Noah Lee
authored
Upgrade the version of golangci-lint (#402)
1 parent fa03aa8 commit 1cef57f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/test.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@ jobs:
1010
go-test:
1111
runs-on: ubuntu-latest
1212
steps:
13+
-
14+
uses: actions/setup-go@v2
15+
with:
16+
go-version: '1.17'
1317
-
1418
uses: actions/checkout@v2
1519
-
1620
name: golangci-lint
17-
uses: golangci/golangci-lint-action@v2
21+
uses: golangci/golangci-lint-action@v3.1.0
1822
with:
19-
version: v1.41
23+
version: v1.42
2024
args: -D errcheck --timeout 2m
21-
-
22-
uses: actions/setup-go@v1
23-
with:
24-
go-version: '1.17'
2525
-
2626
run: go test -cpu 4 -coverprofile .testCoverage.txt $(go list ./... | grep -v model/ent | grep -v mock)
2727
env:

0 commit comments

Comments
 (0)