Skip to content

Commit f506e66

Browse files
committed
update aws-sam build files
1 parent dcae1c5 commit f506e66

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

aws-sam/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ dist.zip: build
44
zip -j dist.zip build/main
55

66
build:
7-
dep ensure
87
go generate ../...
98
docker-compose run --rm build-environment make build-environment-build
109
docker-compose run --rm lambda-environment make lambda-environment-build

aws-sam/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3'
22
services:
33
build-environment:
4-
image: golang:1.11
4+
image: golang:1.13
55
volumes:
66
- ../:/go/src/github.com/ccbrown/gggtracker
77
working_dir: /go/src/github.com/ccbrown/gggtracker/aws-sam

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ require (
1414
github.com/hashicorp/hcl v0.0.0-20171017181929-23c074d0eceb
1515
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af
1616
github.com/json-iterator/go v1.1.5
17-
github.com/kevinburke/go-bindata v3.16.0+incompatible // indirect
17+
github.com/kevinburke/go-bindata v3.21.0+incompatible // indirect
1818
github.com/labstack/echo v3.2.6+incompatible
1919
github.com/labstack/gommon v0.2.2-0.20170925052817-57409ada9da0
2020
github.com/magiconair/properties v1.7.6

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ github.com/json-iterator/go v1.1.5 h1:gL2yXlmiIo4+t+y32d4WGwOjKGYcGOuyrg46vadswD
2727
github.com/json-iterator/go v1.1.5/go.mod h1:+SdeFBvtyEkXs7REEP0seUULqWtbJapLOCVDaaPEHmU=
2828
github.com/kevinburke/go-bindata v3.16.0+incompatible h1:TFzFZop2KxGhqNwsyjgmIh5JOrpG940MZlm5gNbxr8g=
2929
github.com/kevinburke/go-bindata v3.16.0+incompatible/go.mod h1:/pEEZ72flUW2p0yi30bslSp9YqD9pysLxunQDdb2CPM=
30+
github.com/kevinburke/go-bindata v3.21.0+incompatible h1:baK7hwFJDlAHrOqmE9U3u8tow1Uc5ihN9E/b7djcK2g=
31+
github.com/kevinburke/go-bindata v3.21.0+incompatible/go.mod h1:/pEEZ72flUW2p0yi30bslSp9YqD9pysLxunQDdb2CPM=
3032
github.com/labstack/echo v3.2.6+incompatible h1:28U/uXFFKBIP+VQIqq641LuYhMS7Br9ZlwEXERaohCc=
3133
github.com/labstack/echo v3.2.6+incompatible/go.mod h1:0INS7j/VjnFxD4E2wkz67b8cVwCLbBmJyDaka6Cmk1s=
3234
github.com/labstack/gommon v0.2.2-0.20170925052817-57409ada9da0 h1:7AIW1qc9sYYTZLamTsRKSmVvJDXkZZrIWXHDK4Gq4X0=

0 commit comments

Comments
 (0)