Skip to content
This repository has been archived by the owner on Feb 13, 2025. It is now read-only.

Commit

Permalink
build: docker release - go1.6 -> 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebrandt committed Oct 10, 2018
1 parent c0f1fca commit 53ee2f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/dockerRelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ docker run --rm \
-w /go/src/bosun.org \
-e OUTPUTDIR=/output/ \
-e GITHUB_ACCESS_TOKEN=$GITHUB_ACCESS_TOKEN \
golang:1.6 /go/src/bosun.org/build/release.sh
golang:1.11 /go/src/bosun.org/build/release.sh

0 comments on commit 53ee2f2

Please sign in to comment.