Skip to content

Commit

Permalink
Merge pull request #8 from Barzahlen/update_golang_to_1_11_2
Browse files Browse the repository at this point in the history
Updated golang to 1.11.2
  • Loading branch information
tobischo committed Nov 13, 2018
2 parents be5fa6a + 2d2a986 commit 432b65b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: go

go:
- 1.5
- 1.11

script: go build .
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015 Cash Payment Solutions GmbH
Copyright (c) 2015-2018 Cash Payment Solutions GmbH

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
all:
docker run --rm -e CGO_ENABLED=0 -v $(CURDIR):/go golang:1.5.1 \
docker run --rm -e CGO_ENABLED=0 -v $(CURDIR):/go golang:1.11.2 \
go build -o /go/build/waitforservices
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ We wrote a [blog post explaining why we built waitforservices how we use it](htt
First, install the utility into your image by adding this to your Dockerfile:

RUN curl --location --silent --show-error --fail \
https://github.com/Barzahlen/waitforservices/releases/download/v0.4/waitforservices \
https://github.com/Barzahlen/waitforservices/releases/download/v0.5/waitforservices \
> /usr/local/bin/waitforservices && \
chmod +x /usr/local/bin/waitforservices

Expand Down

0 comments on commit 432b65b

Please sign in to comment.