mirror of
https://github.com/bettercap/bettercap
synced 2025-07-05 20:42:09 -07:00
misc: updated the version of go used to compile releases
This commit is contained in:
parent
2610d4b1e4
commit
cf7d06b30d
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
sudo: false
|
sudo: false
|
||||||
language: go
|
language: go
|
||||||
go:
|
go:
|
||||||
- 1.13.x
|
- 1.15.x
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- VERSION=$(echo ${TRAVIS_BRANCH} | sed "s/\//_/g")
|
- VERSION=$(echo ${TRAVIS_BRANCH} | sed "s/\//_/g")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue