From 50a43cb32077cd047060477d95d824769035dfee Mon Sep 17 00:00:00 2001 From: Jason Q <81179619+beqqrry-aws@users.noreply.github.com> Date: Thu, 20 Jun 2024 11:15:49 -0700 Subject: [PATCH] Update lint-golang.yml --- .github/workflows/lint-golang.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/lint-golang.yml b/.github/workflows/lint-golang.yml index efa0378428c..618654de1fb 100644 --- a/.github/workflows/lint-golang.yml +++ b/.github/workflows/lint-golang.yml @@ -30,7 +30,6 @@ jobs: run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.47.3 - name: run golangci-lint if: steps.changed-files.outputs.any_changed == 'true' - # If you get a linting error of "File is not `goimports`-ed", the solution is to run "gofmt -w ./". - run: | + run: | # If you get a linting error of "File is not `goimports`-ed", the solution is to run "gofmt -w ./". cd gov2 ./lint_all_go.sh