WIP: Go 1.18
This commit is contained in:
parent
33ee9645e7
commit
97df19379c
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue