Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Commit

Permalink
Merge pull request #3 from ipfs/feat/bump-to-1.15
Browse files Browse the repository at this point in the history
Chore: bump go.mod and testing to go1.15
  • Loading branch information
Stebalien authored Mar 22, 2021
2 parents 257c9a7 + b377184 commit 2143728
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ os:
language: go

go:
- 1.14.x
- 1.15.x

env:
global:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ require (
github.com/whyrusleeping/base32 v0.0.0-20170828182744-c30ac30633cc
)

go 1.14
go 1.15

0 comments on commit 2143728

Please sign in to comment.