Skip to content

Commit ab2e521

Browse files
Fix: linter
1 parent 35e569f commit ab2e521

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

.github/workflows/tests.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,16 @@ on:
33

44
name: Tests
55
jobs:
6-
golangci:
7-
name: Linter
6+
lint:
7+
name: lint
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/setup-go@v3
11+
with:
12+
go-version: '1.19'
13+
- uses: actions/checkout@v3
1114
- name: golangci-lint
12-
uses: golangci/golangci-lint-action@v2.3.0
15+
uses: golangci/golangci-lint-action@v3
1316
with:
14-
version: v1.49.0
15-
args: --timeout=2m --go=1.19
17+
version: v1.51.2
18+
args: --timeout=3m

0 commit comments

Comments
 (0)