Skip to content

Commit

Permalink
output go version
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <[email protected]>
  • Loading branch information
hlts2 committed Jul 24, 2023
1 parent cb440fb commit b3ea7c1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/actions/setup-go/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ inputs:
runs:
using: "composite"
steps:
- name: "Fetch golang version"
- name: "Fetch go version"
id: golang_version
shell: bash
run: |
Expand All @@ -22,3 +22,6 @@ runs:
- uses: actions/setup-go@v3
with:
go-version: ${{ steps.golang_version.outputs.version }}
- uses: "Check go version"
run: |
go version

0 comments on commit b3ea7c1

Please sign in to comment.