WIP: Go 1.18

This commit is contained in:
Rob Watson 2021-12-29 16:52:55 +01:00
parent 33ee9645e7
commit 97df19379c
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ ENV REACT_APP_API_URL=$API_URL
RUN yarn install
RUN yarn build
FROM golang:1.17.3-alpine3.14 as go-builder
FROM golang:1.18beta1-alpine3.14 as go-builder
ENV GOPATH ""
RUN go install -tags 'postgres' github.com/golang-migrate/migrate/v4/cmd/migrate@latest

View File

@ -1,6 +1,6 @@
module git.netflux.io/rob/clipper
go 1.17
go 1.18
require (
github.com/aws/aws-sdk-go-v2 v1.11.2