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

build: Bump go version #435

Merged
merged 2 commits into from
Oct 2, 2019

Commits on Oct 2, 2019

  1. ci: Switch off go modules for gometalinter

    Gometalinter have known issue with downloading linters using go modules
    alecthomas/gometalinter#521. Switch off gomodules for linter target
    in Makefile.
    litleleprikon committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    b8868c8 View commit details
    Browse the repository at this point in the history
  2. build: Bump go version

    Go version bumped to 1.13.1 to fix problems occured during migration to
    go modules.
    litleleprikon committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    b2e90ec View commit details
    Browse the repository at this point in the history