Skip to content

Commit

Permalink
Bump go version to 1.15.
Browse files Browse the repository at this point in the history
  • Loading branch information
wi1dcard committed Sep 15, 2020
1 parent 171e4df commit 1e5010e
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 @@ -2,7 +2,7 @@ dist: bionic
language: go

go:
- "1.13"
- "1.15"
services:
- docker
addons:
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 github.com/wi1dcard/v2ray-exporter

go 1.13
go 1.15

require (
github.com/jessevdk/go-flags v1.4.0
Expand Down

0 comments on commit 1e5010e

Please sign in to comment.