diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 04cdb86..69e113a 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -50,13 +50,15 @@ jobs: container: image: public.ecr.aws/b5q6i6w4/ylem-public-images:latest steps: - - name: Echo output - run: export GOFLAGS="-buildvcs=false" - uses: actions/checkout@v3 - uses: actions/setup-go@v4 with: go-version: '1.21' cache: false + - name: Set Goflags + run: go env -w GOFLAGS="-buildvcs=false" + - name: Show Goenv + run: go env - name: golangci-lint for integrations uses: golangci/golangci-lint-action@v6 with: