Skip to content

Commit

Permalink
Add missing GO_LATEST_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
nhatthm committed Feb 26, 2024
1 parent d41ea38 commit 8f67508
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ jobs:
runs-on: ${{ matrix.os }}
needs: [setup, precondition]
if: ${{ needs.precondition.outputs.passed == 'true' }}
env:
GO_LATEST_VERSION: ${{ needs.setup.outputs.go-latest-version }}
steps:
- name: Checkout code
uses: nhatthm/gh-actions/checkout@master
Expand Down

0 comments on commit 8f67508

Please sign in to comment.