From 8fce3bf0d2065bfc836449b01101054a180f7c28 Mon Sep 17 00:00:00 2001 From: mirabelenkiy-circle Date: Thu, 31 Oct 2024 12:34:09 -0400 Subject: [PATCH] bump to Go 1.23.0 (#20) Updating to use Go 1.23.0 --- .github/workflows/test.yml | 4 ++-- go.mod | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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