Skip to content

Samples: Upgrade go to 1.13 and use go modules #1686

@grayside

Description

@grayside

Go samples specify golang, golang:1.11, or golang:1.12.

Describe the change you'd like to see

Following the stable release of Go 1.13 with a container image on Docker Hub, samples using Go should go through the following:

  • Upgrade samples to use golang:1.13
  • Switch to use modules by default, matching the behavior of the go toolchain. This includes adding a go.mod and go.sum.
  • Case by case evaluation if other language changes should be applied.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions