Skip to content

Commit e1eeff3

Browse files
golint is no longer maintained: golang/go#38968
1 parent e38b3a4 commit e1eeff3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/build-golang.yml

-3
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ jobs:
5454
- name: Set up Go (Okapi)
5555
run: |
5656
go version
57-
go install golang.org/x/lint/golint@latest
5857
go install github.com/jstemmer/go-junit-report@latest
5958
go install github.com/posener/goreadme/cmd/goreadme@latest
6059
python ../../devops/build_sdks.py --language=golang
@@ -65,9 +64,7 @@ jobs:
6564
- name: Run linters
6665
uses: wearerequired/[email protected]
6766
with:
68-
golint_dir: go/
6967
gofmt_dir: go/
70-
golint: true
7168
gofmt: true
7269
- name: Build and Test Golang
7370
run: |

0 commit comments

Comments
 (0)