Skip to content

Commit

Permalink
add print for the go version to github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
farbanas committed Jun 30, 2023
1 parent 3ca57fd commit bc6e024
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -35,6 +35,10 @@ jobs:
with:
go-version: "1.20.4"

- name: Verify Go is installed
run: go version


- name: Set up env vars (release)
if: github.event_name == 'release'
run: |-

0 comments on commit bc6e024

Please sign in to comment.