Skip to content

Commit

Permalink
Auto update golang version to 1.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
030 committed Mar 22, 2020
1 parent e130022 commit 6854dba
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 @@ -3,7 +3,7 @@
# windows.
language: go
go:
- 1.14
- 1.14.1
env:
global:
- ARTIFACT_PUBLICATION=true
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module n3dr

go 1.14
go 1.14.1

require (
github.com/030/go-curl v1.0.0
Expand Down

0 comments on commit 6854dba

Please sign in to comment.