Skip to content

Commit 294d413

Browse files
pratikjagrutlizardruss
authored andcommitted
fix: fix linting issue and bump up golangci-lint version
1 parent 092aab7 commit 294d413

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
@@ -16,11 +16,13 @@ jobs:
1616
name: lint
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v2
20-
- name: golangci-lint
21-
uses: golangci/golangci-lint-action@v2
19+
- uses: actions/setup-go@v3
20+
with:
21+
go-version: 1.18
22+
- uses: actions/checkout@v3
23+
- name: Run golangci-lint
24+
uses: golangci/[email protected]
2225
with:
23-
version: v1.29
2426
args:
2527
-v
2628
--config=.golangci.yml

0 commit comments

Comments
 (0)