Skip to content

Commit a78ce33

Browse files
SuperKaliigorpecovnik
authored andcommitted
ci: drop deprecated golint
golint has been archived since 2021; the version resolved here pulls golang.org/x/tools@v0.17.0 which no longer builds with Go 1.25 (golang/go#74462). go vet already runs for the same lint surface.
1 parent 040dccc commit a78ce33

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,12 @@ jobs:
3838
- name: Install dependencies
3939
run: |
4040
go version
41-
go install -mod=mod golang.org/x/lint/golint
4241
go install -mod=mod github.com/onsi/ginkgo/v2/ginkgo
4342
44-
# Run vet & lint on the code
45-
- name: Run vet & lint
43+
# Run vet on the code
44+
- name: Run vet
4645
run: |
4746
go vet .
48-
golint .
4947
5048
# Run testing on the code
5149
- name: Run testing

0 commit comments

Comments
 (0)