diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index e3da90e0747c..e32c9fb6061a 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -78,7 +78,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-go@v4 with: - go-version: 1.19 + go-version: "1.20" cache: false - name: Cache Go id: go-cache diff --git a/Makefile.Common b/Makefile.Common index 35f3fab0eef6..34bcd4e2f29e 100644 --- a/Makefile.Common +++ b/Makefile.Common @@ -155,7 +155,7 @@ fmt: $(GOIMPORTS) .PHONY: lint lint: $(LINT) checklicense misspell - $(LINT) run --allow-parallel-runners --build-tags integration --path-prefix $(shell basename "$(CURDIR)") + $(LINT) run --allow-parallel-runners --verbose --build-tags integration --path-prefix $(shell basename "$(CURDIR)") .PHONY: govulncheck govulncheck: $(GOVULNCHECK)