Skip to content

Commit

Permalink
feat: Update go
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreZiviani committed May 5, 2023
1 parent c7a5f7d commit 2848808
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 74 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.18
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.18
go 1.19

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

0 comments on commit 2848808

Please sign in to comment.