Skip to content

Commit

Permalink
use the latest golang 1.21 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
SashaZezulinsky authored Dec 15, 2023
1 parent c17bcdf commit 62eac85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup
uses: actions/setup-go@v1
with:
go-version: 1.17.x
go-version: 1.21
- name: Test
run: go test -v
release:
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/core-coin/go-randomy

go 1.16
go 1.21

require (
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897
Expand Down

0 comments on commit 62eac85

Please sign in to comment.