This repository has been archived by the owner on Feb 15, 2022. It is now read-only.
Update build.sh script to use new fabrikate semver semantics #793
Labels
enhancement
New feature or request
As a: operator
I want:
the build.sh script to NOT prefix the the
$VERSION_TO_DOWNLOAD
link withv
OR
Use the go1.13 installation available on all
ubuntu 16
and
ubuntu 18
hosted vms and update all azure-pipelines.yaml which require
fab
to include:and have just have
download_fab()
changed to:So that: Fabrikate can start publishing proper golang spec'd semver releases
(which require
v
prefix) and those new releases won't break the build.shscript
Describe the solution you'd like:
Either of the 2 mentioned above. The latter using
go get...
is simpler overalland falls more inline with community semantics of how to do Golang releases.
Acceptance Criteria:
Describe alternatives you've considered:
Additional context:
Does this require updates to documentation?:
The text was updated successfully, but these errors were encountered: