Skip to content

Commit

Permalink
Use env var
Browse files Browse the repository at this point in the history
Signed-off-by: Dimitris Karakasilis <[email protected]>
  • Loading branch information
jimmykarily committed Aug 31, 2023
1 parent f4640f9 commit 80046f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-linting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
env:
GOLANGCILINT_VERSION: v1.52-alpine
shell: bash
run: docker run -v $PWD:/work -w /work golangci/golangci-lint:v1.52-alpine golangci-lint run
run: docker run -v $PWD:/work -w /work golangci/golangci-lint:${GOLANGCILINT_VERSION} golangci-lint run

hadolint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 80046f9

Please sign in to comment.