Skip to content

Commit f4eeb20

Browse files
committed
trying to fix golangci-lint
1 parent 7301366 commit f4eeb20

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,15 @@ jobs:
1212
lint:
1313
runs-on: ubuntu-latest
1414
steps:
15+
- uses: actions/setup-go@v2
16+
with:
17+
go-version: 1.18.x
1518
- name: Checkout code
1619
uses: actions/checkout@v2
1720
- name: golangci-lint
1821
uses: golangci/golangci-lint-action@v2
1922
with:
20-
version: v1.29
23+
version: v1.45.2
2124
args: --timeout=2m30s
2225

2326
unit-test:

0 commit comments

Comments
 (0)