build: update all Dockerfiles to build w/ Go 1.18.2

This commit is contained in:
Olaoluwa Osuntokun
2022-06-09 14:19:52 -07:00
parent 9dea4f3b5e
commit c0672b80c2
7 changed files with 7 additions and 7 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.2-alpine as builder
LABEL maintainer="Olaoluwa Osuntokun <laolu@lightning.engineering>"