Skip to content

Commit

Permalink
updated(github actions): Added goversioninfo into env
Browse files Browse the repository at this point in the history
  • Loading branch information
middaysan committed May 26, 2024
1 parent 9c1342d commit f57a65e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ jobs:
- name: Install dependencies
run: go mod tidy

- name: Install goversioninfo
run: go install github.com/josephspurrier/goversioninfo/cmd/goversioninfo@latest

- name: Add Go bin to PATH
run: echo "${{ runner.tool_cache }}/go/$(go version | awk '{print $3}')/bin" >> $GITHUB_PATH

- name: Generate .syso
run: go generate .\cmd\

Expand Down

0 comments on commit f57a65e

Please sign in to comment.