Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
bump to Go 1.23.0 (#20)
Browse files Browse the repository at this point in the history
Updating to use Go 1.23.0
  • Loading branch information
mirabelenkiy-circle authored Oct 31, 2024
1 parent 2d8ba62 commit 8fce3bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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/bnb-chain/tss-lib/v2

go 1.18
go 1.23

require (
github.com/agl/ed25519 v0.0.0-20200225211852-fd4d107ace12
Expand Down

0 comments on commit 8fce3bf

Please sign in to comment.