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: switch to using Go 1.18 for CI in go.mod #1850

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Apr 27, 2022

  1. build: switch to using Go 1.18 for CI in go.mod

    In this commit, we switch to using Go 1.18 everywhere. This is a
    deviation from our typical "last 2 versions" rule. Switching now gives
    us access to the new type params feature immediately, versus near the
    end of this year. With this change we'd also be able to start using the
    new std lib fuzzing features as well.
    Roasbeef committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    d1f22ec View commit details
    Browse the repository at this point in the history
  2. build: update Makefile to work w/ Go 1.18

    go get is no longer used to install or build things. Use go install
    instead.  Also specify a version so the module's go.mod is not
    touched when installing the CI tools.
    Roasbeef committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    e538b3b View commit details
    Browse the repository at this point in the history