Skip to content

Commit 878e016

Browse files
committed
golangci update
1 parent 3c5c624 commit 878e016

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/test.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
go-version: ${{ needs.get-go-version.outputs.go-version }}
3131
- name: Check formatting
32-
run: 'exit $(( $(gofmt -s -l . | wc -l) != 0 ))'
32+
run: "exit $(( $(gofmt -s -l . | wc -l) != 0 ))"
3333

3434
test:
3535
name: codec test
@@ -44,6 +44,8 @@ jobs:
4444
go-version: ${{ needs.get-go-version.outputs.go-version }}
4545
- name: Run golangci-lint
4646
uses: golangci/golangci-lint-action@08e2f20817b15149a52b5b3ebe7de50aff2ba8c5
47+
with:
48+
version: v2.5.0
4749
- run: go test -v ./codec
4850
- run: go test -tags codecgen.exec -v ./codec
4951
- name: Generate coverage report

0 commit comments

Comments
 (0)