Update go workflow

This commit is contained in:
Daniel 2022-02-17 10:49:28 +01:00
parent fe1ceba8b5
commit 76648d6c4e

View file

@ -48,12 +48,6 @@ jobs:
- name: Run go vet
run: go vet ./...
- name: Install golint
run: bash -c "GOBIN=$(pwd) go get -u golang.org/x/lint/golint"
- name: Run golint
run: ./golint -set_exit_status -min_confidence 1.0 ./...
# golint is run (sufficiently; with excludes) as a part of golangci-lint.
# - name: Install golint
# run: bash -c "GOBIN=$(pwd) go get -u golang.org/x/lint/golint"