From: Todd Malsbary Date: Thu, 30 Sep 2021 20:08:22 +0000 (-0700) Subject: Update golang version in bpa-restapi-agent X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=commitdiff_plain;h=de3d22a9939db1f5d9042743100b65a5f15fa671;hp=de3d22a9939db1f5d9042743100b65a5f15fa671;p=icn.git 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 Change-Id: I862d54a2dba11aa15822a33f5d326d99b04a7b79 ---