build: update to Go 1.18

This commit is contained in:
Olaoluwa Osuntokun
2022-03-15 16:24:42 -07:00
parent 4bdc3c9a5b
commit a90dfff9a5
10 changed files with 10 additions and 10 deletions

View File

@@ -4,7 +4,7 @@
# /make/builder.Dockerfile
# /.github/workflows/main.yml
# /.github/workflows/release.yml
FROM golang:1.17.3-alpine as builder
FROM golang:1.18-alpine as builder
# Force Go to use the cgo based DNS resolver. This is required to ensure DNS
# queries required to connect to linked containers succeed.