Skip to content

Commit

Permalink
Use go 1.22 (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
akajla09 committed Feb 20, 2024
1 parent 6687d63 commit fcecfd4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.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 @@ -15,7 +15,7 @@ jobs:
- name: Setup Go Env
uses: actions/setup-go@v4
with:
go-version: "^1.21.0"
go-version: "^1.22.0"
- name: Docker login
uses: docker/login-action@v2
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/edge

go 1.21
go 1.22

require (
github.com/go-redis/redis v6.15.9+incompatible
Expand Down

0 comments on commit fcecfd4

Please sign in to comment.