Skip to content

Commit da2e854

Browse files
committed
fix: bump up golangci-lint version
1 parent ffa1317 commit da2e854

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/lint.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,13 @@ jobs:
1717
name: lint
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v2
21-
- name: golangci-lint
22-
uses: golangci/golangci-lint-action@v2
20+
- uses: actions/setup-go@v3
21+
with:
22+
go-version: 1.18
23+
- uses: actions/checkout@v3
24+
- name: Run golangci-lint
25+
uses: golangci/golangci-lint-action@v3.2.0
2326
with:
24-
version: v1.45.2
2527
args:
2628
-v
2729
--config=.golangci.yml

0 commit comments

Comments
 (0)