Skip to content

Commit

Permalink
Merge pull request #995 from syself/fix-output
Browse files Browse the repository at this point in the history
🌱 update output syntax in go workflow
  • Loading branch information
batistein authored Oct 1, 2023
2 parents 8a3d80a + b8a96c5 commit f95aa6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup-go/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ runs:
- id: go-cache-paths
shell: bash
run: |
echo "::set-output name=go-build::$(go env GOCACHE)"
echo "::set-output name=go-mod::$(go env GOMODCACHE)"
echo "go-build=$(go env GOCACHE)" >> $GITHUB_OUTPUT
echo "go-mod=$(go env GOMODCACHE)" >> $GITHUB_OUTPUT
- name: Go Mod Cache
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3
with:
Expand Down

0 comments on commit f95aa6b

Please sign in to comment.