diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 249f538..6123ba7 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -33,6 +33,10 @@ jobs: - name: vet run: go vet ./... + - uses: dominikh/staticcheck-action@v1.2.0 + with: + version: "2022.1.1" + - name: gofmt uses: Jerome1337/gofmt-action@v1.0.4 with: