Go1.15 update (#41)

This commit is contained in:
Artem Piskun 2020-08-12 09:38:46 +03:00 committed by GitHub
parent 0191d5c84e
commit 858d552240
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
language: go
go:
- "1.14"
- "1.15"

2
go.mod
View File

@ -1,5 +1,5 @@
module github.com/irlndts/go-discogs
go 1.14
go 1.15
require github.com/google/go-cmp v0.4.1