ci: upgrade to Go 1.19.3 & bump deps

Upgrade to Go 1.19.3 (from 1.19.2) and bump a couple dependencies.

Signed-off-by: Milas Bowman <milas.bowman@docker.com>
This commit is contained in:
Milas Bowman
2022-12-02 11:11:20 -05:00
parent 113fb6732d
commit 9b8d520b7d
6 changed files with 14 additions and 14 deletions

View File

@@ -13,7 +13,7 @@
// limitations under the License.
variable "GO_VERSION" {
default = "1.19.2"
default = "1.19.3"
}
variable "BUILD_TAGS" {