Skip to content

Commit

Permalink
Use go 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
akajla09 committed Feb 20, 2024
1 parent b0d5955 commit 1543065
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup Go Env
uses: actions/setup-go@v4
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 .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@v4
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/apirunner

go 1.21
go 1.22

require (
github.com/go-test/deep v1.1.0
Expand Down

0 comments on commit 1543065

Please sign in to comment.