Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Sempahore CI #481

Merged
merged 5 commits into from
Dec 15, 2021
Merged

Commits on Dec 14, 2021

  1. Improve Sempahore CI

    - Added separate block to run golangci
    - Removed `export GO111MODULE=on`. This is unnecessary now when we have a go.mod in the repo.
    - Removed `export GOPATH=~/go`. Setting GOPATH is not necessary for modern Go projects.
    - Removed `go get ./...`. Test and Build will both download dependencies automatically.
    - Configured go test and go build to happen in parallel.
    agnivade committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    461c4ea View commit details
    Browse the repository at this point in the history
  2. bad code

    agnivade committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    a434f73 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

  1. Vendored script

    agnivade committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    dbe08ed View commit details
    Browse the repository at this point in the history
  2. Fixes

    agnivade committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    70c6d34 View commit details
    Browse the repository at this point in the history
  3. Fix CI stage

    agnivade committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    c81af1d View commit details
    Browse the repository at this point in the history