Skip to content
This repository was archived by the owner on Apr 24, 2023. It is now read-only.

Commit 83998f6

Browse files
author
Taliesin Millhouse
authored
deps: go 1.16 (#4)
- Added Go 1.16 support. - Updated README.md. - Updated CI action.
1 parent b5f98a1 commit 83998f6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v2
1515
- uses: actions/setup-go@v2
1616
with:
17-
go-version: ^1.15
17+
go-version: ^1.16
1818
- run: |
1919
go get -v -t -d ./...
2020
- run: |

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
* No dependencies outside the standard library
1414

1515
### Testing
16-
Run ```go test -v -race ./...``` in the root directory.
16+
Run ```go test -v ./...``` in the root directory.

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module github.com/gofor-little/xrand
22

3-
go 1.15
3+
go 1.16
44

55
require github.com/stretchr/testify v1.7.0

0 commit comments

Comments
 (0)