Skip to content

Commit

Permalink
refactor: ♻️ go 1.22
Browse files Browse the repository at this point in the history
Signed-off-by: thanhpp <[email protected]>
  • Loading branch information
thanhpp committed May 15, 2024
1 parent fdbca13 commit bc6f5f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: "1.21.x"
go-version: "1.22.x"
- name: Run test
run: go test -race -v ./...
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/KyberNetwork/tradinglib

go 1.21
go 1.22

require (
github.com/duoxehyon/mev-share-go v0.3.0
Expand Down

0 comments on commit bc6f5f1

Please sign in to comment.