Install stringer for the linter tests

pull/55/head
Çağlar Onur 3 years ago committed by Çağlar Onur
parent 13e191a3ee
commit 8c02fb687a
No known key found for this signature in database
GPG Key ID: 97DC0A9223E81DE4

@ -128,6 +128,7 @@ jobs:
go install github.com/securego/gosec/v2/cmd/gosec@latest
go install golang.org/x/tools/go/analysis/passes/shadow/cmd/shadow@latest
go install honnef.co/go/tools/cmd/staticcheck@latest
go install golang.org/x/tools/cmd/stringer@latest
- name: 'go install necessary tools (ubuntu)'
if: always() && matrix.os == 'ubuntu-latest'
run: |

Loading…
Cancel
Save