Update golang version in bpa-restapi-agent 62/4462/3
authorTodd Malsbary <todd.malsbary@intel.com>
Thu, 30 Sep 2021 20:08:22 +0000 (13:08 -0700)
committerTodd Malsbary <todd.malsbary@intel.com>
Mon, 4 Oct 2021 23:51:16 +0000 (16:51 -0700)
commitde3d22a9939db1f5d9042743100b65a5f15fa671
tree2f5395e1a0500a88fe458e56608333ea2cdf1aaa
parent30b77af0fb5fc89e7b9e76f4e6e33aaf82832945
Update golang version in bpa-restapi-agent

This resolves the
  go: error loading module requirements
error seen when building with golang 1.12.

Note that beginning with golang 1.13, WriteAt returns an error of the
file is opened with O_APPEND; this patch removes that flag.

Signed-off-by: Todd Malsbary <todd.malsbary@intel.com>
Change-Id: I862d54a2dba11aa15822a33f5d326d99b04a7b79
cmd/bpa-restapi-agent/api/imagehandler.go
cmd/bpa-restapi-agent/build/Dockerfile