Skip to content

Commit

Permalink
fix: Rollback to go 1.19 due to errors when compiling with CGO on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreZiviani committed Mar 15, 2024
1 parent 0762156 commit 333251e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.21
go-version: 1.19

- name: Setup Zig
uses: goto-bus-stop/setup-zig@v1
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 github.com/AndreZiviani/aws-fuzzy

go 1.21
go 1.19

require (
github.com/99designs/keyring v1.2.2
Expand Down

0 comments on commit 333251e

Please sign in to comment.