mirror of
https://github.com/Oxalide/vsphere-influxdb-go.git
synced 2023-10-10 13:36:51 +02:00
6 lines
186 B
Bash
6 lines
186 B
Bash
# These are the current and "next" Go versions used to build influxdb.
|
|
# This file is meant to be sourced from other scripts.
|
|
|
|
export GO_CURRENT_VERSION=1.8.3
|
|
export GO_NEXT_VERSION=1.9
|