Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.
This repository was archived by the owner on May 12, 2021. It is now read-only.

Update golang versions #1338

@jodh-intel

Description

@jodh-intel

The versions database currently specifies:

$ yq read versions.yaml languages.golang.version
1.10.4
$ yq read versions.yaml languages.golang.meta.newest-version
1.11.1

FWICS...

However, from https://golang.org/dl:

  • The latest stable golang is now: 1.12.
  • The oldest stable golang version is now: 1.11.5

TL;DR

We should consider updating golang versions to:

languages.golang.version = 1.11.5
languages.golang.meta.newest-version = 1.12

Related to discussions about go mod (#1331).

/cc @chavafg.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions