mirror of
https://github.com/jimeh/rands.git
synced 2026-02-19 03:16:39 +00:00
Upgrade to Go 1.17 and golangci-lint to 1.64, and fix the linting issues that were found. Also upgrade CI workflow actions to latest versions, and setup a test matrix for relevant Go versions. BREAKING CHANGE: Minimum Go version changed from 1.15 to 1.17.
12 lines
258 B
Modula-2
12 lines
258 B
Modula-2
module github.com/jimeh/rands
|
|
|
|
go 1.17
|
|
|
|
require github.com/stretchr/testify v1.7.0
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
|
|
)
|