Lint action needs go

This commit is contained in:
Marc Brugger 2022-10-16 08:39:20 +02:00 committed by GitHub
parent 65fb377f8e
commit db1a3b2d47
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,6 +12,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version-file: "go.mod"
- name: golangci-lint
uses: golangci/golangci-lint-action@v3