bump .github and Dockerfile for go1.18

This commit is contained in:
Shivaram Lingamneni 2022-03-30 01:16:54 -04:00
parent a549827f17
commit fd5317e68e
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
## build ergo binary
FROM golang:1.17-alpine3.13 AS build-env
FROM golang:1.18-alpine3.13 AS build-env
RUN apk add -U --force-refresh --no-cache --purge --clean-protected -l -u make git