Giter Site home page Giter Site logo

semgo's Introduction

Semgo

GitHub release Build Status

Sponsor me

Description

Because of the release cycle of machine image, in Semaphore, there is no guarantee that you are using the latest version of Go.

This can be a problem when Go has a CVE.

This tool is used to replace the version used by the command sem-version.

Example

  • Semaphore have only the go1.14.6 and you want the latest go1.14 (go1.14.7):
$ sem-version go 1.14

[18:29 14/08/2020]: Changing 'go' to version 1.14
Currently active Go version is:
go version go1.14.6 linux/amd64

[18:29 14/08/2020]: Switch successful.

$ sudo semgo go1.14
[remote] go1.14.6 has been replaced by go1.14.7.
  • Semaphore have only the go1.14.6 and you want the latest go1.15 (go1.15):
$ sudo semgo go1.15
[remote] go1.10.8 has been replaced by go1.15.
  • Semaphore have only the go1.14.6 and you want the Go version from your go.mod (go1.15):
$ sudo semgo -mod
[remote] go1.10.8 has been replaced by go1.15.

Installation

curl -sSfL https://raw.githubusercontent.com/ldez/semgo/master/godownloader.sh | sudo sh -s -- -b "/usr/local/bin"
curl -sSfL https://raw.githubusercontent.com/ldez/semgo/master/godownloader.sh | sudo sh -s -- -b "/usr/local/bin" v0.1.0
curl -sSfL https://raw.githubusercontent.com/ldez/semgo/master/godownloader.sh | sudo sh -s -- -b "/usr/local/bin" ${SEMGO_VERSION}

semgo's People

Contributors

ldez avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.