Skip to content

Commit

Permalink
Use go 1.22 (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
akajla09 committed Feb 20, 2024
1 parent 81b172f commit c5d1793
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Go Env
uses: actions/setup-go@v3
with:
go-version: "^1.21.0"
go-version: "^1.22.0"
- name: Checkout
uses: actions/checkout@v3
with:
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Setup Go env
uses: actions/setup-go@v4
with:
go-version: "^1.21.0"
go-version: "^1.22.0"
cache: false
- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Setup Go Env
uses: actions/setup-go@v3
with:
go-version: "^1.21.0"
go-version: "^1.22.0"
- name: Checkout
uses: actions/checkout@v3
with:
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/warrant-dev/warrant-cli

go 1.21
go 1.22

require (
github.com/muesli/termenv v0.15.2
Expand Down

0 comments on commit c5d1793

Please sign in to comment.