Skip to content

Commit

Permalink
set go version from go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
cdzombak committed Apr 30, 2024
1 parent 7ab0a14 commit b83c083
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,13 @@ jobs:
if: needs.meta.outputs.is_running_version_tag_update != 'true'
runs-on: macos-latest
steps:
- uses: actions/setup-go@v5
- name: Checkout
uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
check-latest: true
- run: go version
- name: Build alfred-bear binary
run: make build
- name: Sign alfred-bear binary
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module alfred-bear

go 1.22.2
go 1.22

require (
github.com/deanishe/awgo v0.29.1
Expand Down

0 comments on commit b83c083

Please sign in to comment.