Update github.com/issue9/identicon from untagged to v1.0.1 (#11359)
Co-authored-by: zeripath <art27@cantab.net>tokarchuk/v1.17
parent
dbb74978f7
commit
57b6f83191
@ -1,10 +1,20 @@ |
||||
language: go |
||||
|
||||
os: |
||||
- linux |
||||
- osx |
||||
- windows |
||||
|
||||
go: |
||||
- tip |
||||
- 1.6 |
||||
- 1.5 |
||||
- 1.4 |
||||
- 1.3 |
||||
install: |
||||
- go get github.com/issue9/assert |
||||
- mkdir ./testdata |
||||
- tip |
||||
- 1.12 |
||||
- 1.11 |
||||
|
||||
script: |
||||
- GO111MODULE=on go test -v -coverprofile=coverage.txt -covermode=atomic ./... |
||||
|
||||
after_success: bash <(curl -s https://codecov.io/bash) |
||||
|
||||
matrix: |
||||
allow_failures: |
||||
- go: tip |
||||
|
@ -0,0 +1,3 @@ |
||||
module github.com/issue9/identicon |
||||
|
||||
require github.com/issue9/assert v1.3.1 |
@ -0,0 +1,2 @@ |
||||
github.com/issue9/assert v1.3.1 h1:L8pRpbnzMIPFJqrMKR/oG03uWrtVeZyYBpI2U2Jx1JE= |
||||
github.com/issue9/assert v1.3.1/go.mod h1:9Ger+iz8X7r1zMYYwEhh++2wMGWcNN2oVI+zIQXxcio= |
Loading…
Reference in new issue