Skip to content

Commit

Permalink
golint is no longer maintained: golang/go#38968
Browse files Browse the repository at this point in the history
  • Loading branch information
fundthmcalculus committed Feb 22, 2022
1 parent e38b3a4 commit e1eeff3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ jobs:
- name: Set up Go (Okapi)
run: |
go version
go install golang.org/x/lint/golint@latest
go install github.com/jstemmer/go-junit-report@latest
go install github.com/posener/goreadme/cmd/goreadme@latest
python ../../devops/build_sdks.py --language=golang
Expand All @@ -65,9 +64,7 @@ jobs:
- name: Run linters
uses: wearerequired/lint-action@v1.11.1
with:
golint_dir: go/
gofmt_dir: go/
golint: true
gofmt: true
- name: Build and Test Golang
run: |
Expand Down

0 comments on commit e1eeff3

Please sign in to comment.