You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Update README
- to direct reader to this project's go.mod file for the preferred
Go version
- to use reflinks vs hard-coded values
- link to official supported Go versions documentation
- Update `go.mod` file to reflect Go 1.17
- Update Dependabot (`dependabot.yml`) configuration to ignore Go
versions greater than or less than 1.17.x
- Update "canary" Dockerfile to reflect Go 1.17.5, the prior version
in the 1.17.x series
- opting to use "one version back" in order to confirm that
Dependabot picks up the changes as intended
- Run `go mod tidy && go mod vendor`
- updates format of go.mod to list project dependencies in separate
direct and transitive require blocks
- prunes go.mod, go.sum files from vendored dependencies
- updates format of vendor/modules.txt to note specific version of
Go used by vendored dependencies
refs GH-107
Summary
The Go 1.16 series is going EOL in ~ 2 months, so will need to update the Go version used for this project to reflect this.
TODO
go.mod
file to reflect Go 1.17dependabot.yml
) configuration to ignore Go versions greater than or less than 1.17.xgo mod tidy && go mod vendor
The text was updated successfully, but these errors were encountered: