Skip to content

Commit

Permalink
Update .github/workflows/friendly-reminders.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Dave Mihalcik <[email protected]>
  • Loading branch information
jrschumacher and dmihalcik-virtru authored Jun 18, 2024
1 parent bc5d315 commit 0b67b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/friendly-reminders.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Extract go version
id: go-version
run: |
echo "go-version=$(cat go.work | grep -E "^go\s\d+\.\d+" | awk '{print $2}')" >> $GITHUB_OUTPUT
echo "go-version=$(go work edit --json | jq -r '.Go')" >>$GITHUB_OUTPUT
- uses: actions/setup-go@v5
with:
go-version: ${{ steps.go-version.outputs.go-version }}
Expand Down

0 comments on commit 0b67b70

Please sign in to comment.