google / exposure-notifications-verification-server

Verification component for COVID-19 Exposure Notifications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upgrade to Go 1.16

sethvargo opened this issue · comments

TL;DR

Upgrade to Go 1.16

Design

In addition to standard testing, there are two features we should make use of:

  • embed directive to embed the HTML and locale assets inside binaries (dramatically simplifies our dockerfiles)
  • replace signalcontext with signal.NotfiyContext

ioutil is also deprecated: https://golang.org/pkg/io/ioutil