Skip to content

Commit

Permalink
Add new workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zanetworker committed Dec 9, 2023
1 parent 0d14319 commit 0e106cf
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: '1.16' # Make sure to use a valid Go version
go-version: '1.21' # Make sure to use a valid Go version

- name: Check out code
uses: actions/checkout@v2
Expand All @@ -39,3 +39,4 @@ jobs:
hcp-calculator-darwin-amd64
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0e106cf

Please sign in to comment.