diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bb242b9..4b92ef8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,10 +29,10 @@ jobs: runs-on: ubuntu-latest steps: - - name: Set up Go 1.20 + - name: Set up Go 1.23.0 uses: actions/setup-go@v3 with: - go-version: 1.20.3 + go-version: 1.23.0 id: go - name: Check out code into the Go module directory diff --git a/go.mod b/go.mod index 3ba17e4..e38a4b6 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/bnb-chain/tss-lib/v2 -go 1.18 +go 1.23 require ( github.com/agl/ed25519 v0.0.0-20200225211852-fd4d107ace12