Skip to content

Commit

Permalink
chore(module-versions): Use searchModuleVersions instead of versions …
Browse files Browse the repository at this point in the history
…when fetching module versions
  • Loading branch information
0michalsokolowski0 committed Sep 13, 2024
1 parent 89bf19e commit 991a8d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
set +a
- name: Show GOLANGCI_LINT_VERSION
run: echo "Linter version $GOLANGCI_LINT_VERSION"
run: echo "Linter version '${{ env.GOLANGCI_LINT_VERSION }}''"

- name: Set up Go
uses: actions/setup-go@v5
Expand Down

0 comments on commit 991a8d3

Please sign in to comment.