diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 33ace0d..2ac9ddc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 ./... diff --git a/go.mod b/go.mod index e83968e..07edeab 100644 --- a/go.mod +++ b/go.mod @@ -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