Skip to content
This repository was archived by the owner on Mar 11, 2022. It is now read-only.

Update To Go 1.15.5#377

Merged
seanmalloy merged 2 commits intomasterfrom
go-1.15.5
Dec 9, 2020
Merged

Update To Go 1.15.5#377
seanmalloy merged 2 commits intomasterfrom
go-1.15.5

Conversation

@seanmalloy
Copy link
Copy Markdown
Contributor

@seanmalloy seanmalloy commented Dec 5, 2020

Description
Go 1.13 is no longer supported. Meaning no more bug fixes or security updates. Therefore update to Go 1.15 which is currently the latest supported version.

Fixes #375

Type of change

  • New feature (non-breaking change which adds functionality)

Checklist

  • Unit tests and e2e tests updated
  • Documentation updated

The scripts/tools.go file is now required for "make generate" to work. Prior
to Go 1.14(i.e. 1.13.x) this was not required. This has to do with
changes made to the Go languages module tooling.
@seanmalloy seanmalloy added this to the v0.1.9 milestone Dec 5, 2020
@codecov
Copy link
Copy Markdown

codecov bot commented Dec 5, 2020

Codecov Report

Merging #377 (3eb45b4) into master (4d5969d) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #377   +/-   ##
=======================================
  Coverage   23.52%   23.52%           
=======================================
  Files           6        6           
  Lines         493      493           
=======================================
  Hits          116      116           
  Misses        350      350           
  Partials       27       27           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4d5969d...3eb45b4. Read the comment docs.

@seanmalloy seanmalloy requested a review from seegeekrow December 9, 2020 19:28
Copy link
Copy Markdown
Member

@vinny-sabatini vinny-sabatini left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@seanmalloy seanmalloy merged commit 533e2c6 into master Dec 9, 2020
@seanmalloy seanmalloy deleted the go-1.15.5 branch December 9, 2020 19:34
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Development

Successfully merging this pull request may close these issues.

Update To Go 1.15

2 participants