Add go 1.18 support; set Dockerfile to go 1.18 (#325)

This commit is contained in:
Scott Blum
2022-07-25 11:54:27 -04:00
committed by GitHub
parent 8093376ece
commit 0d0992e6a2
2 changed files with 18 additions and 25 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.15-alpine as builder
FROM golang:1.18-alpine as builder
MAINTAINER FullStory Engineering
# create non-privileged group and user