diff --git a/.github/workflows/on_pull_request_go.yaml b/.github/workflows/on_pull_request_go.yaml index b3cfff43..1c0fe0ed 100644 --- a/.github/workflows/on_pull_request_go.yaml +++ b/.github/workflows/on_pull_request_go.yaml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: jdx/mise-action@v2 + - uses: djeebus/parse-tool-versions@v2.1 - uses: earthly/actions-setup@v1 with: { version: "v${{ env.EARTHLY }}" } @@ -22,5 +22,5 @@ jobs: - run: | earthly \ +ci-golang \ - --GOLANG_VERSION=$( mise current golang ) \ - --GOLANGCI_LINT_VERSION=$( mise current golangci-lint ) + --GOLANG_VERSION=${{ env.GOLANG }} \ + --GOLANGCI_LINT_VERSION=${{ env.GOLANGCI_LINT }}