Skip to content

Commit

Permalink
Merge pull request #2 from PaddleHQ/upgrade-to-go-1.12
Browse files Browse the repository at this point in the history
Upgrade to Go 1.12
  • Loading branch information
geototti21 authored Mar 5, 2019
2 parents 38233f1 + eabbe99 commit 7edf1ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
## Base image that contains everything needed for local dev
FROM golang:1.11.3-alpine AS development
FROM golang:1.12.0-alpine AS development

# Install everything for development
RUN apk add bash git gcc g++

RUN go get -u golang.org/x/lint/golint

WORKDIR /go/src/github.com/PaddleHQ/go-aws-ssm
WORKDIR /app

## Copy go.mod and go.sum to install go modules and force it to use them
ENV GO111MODULE=on
Expand Down
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
module github.com/PaddleHQ/go-aws-ssm

go 1.12

require (
github.com/aws/aws-sdk-go v1.16.24
github.com/davecgh/go-spew v1.1.1 // indirect
Expand Down

0 comments on commit 7edf1ce

Please sign in to comment.