Skip to content

Commit 62eac85

Browse files
use the latest golang 1.21 (#28)
1 parent c17bcdf commit 62eac85

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Setup
1414
uses: actions/setup-go@v1
1515
with:
16-
go-version: 1.17.x
16+
go-version: 1.21
1717
- name: Test
1818
run: go test -v
1919
release:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/core-coin/go-randomy
22

3-
go 1.16
3+
go 1.21
44

55
require (
66
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897

0 commit comments

Comments
 (0)