From 057da436dd0ed41503d5aeee6b2ef50d2f49f8f5 Mon Sep 17 00:00:00 2001 From: Robert Jacob Date: Sun, 2 Sep 2018 00:19:13 +0200 Subject: [PATCH] Update Go version used for build. --- _ci/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_ci/build.yml b/_ci/build.yml index 15a8338..10621f3 100644 --- a/_ci/build.yml +++ b/_ci/build.yml @@ -3,10 +3,10 @@ image_resource: type: docker-image source: repository: golang - tag: 1.10.0 + tag: 1.11.0 inputs: - name: source outputs: - name: binaries run: - path: source/_ci/build.sh \ No newline at end of file + path: source/_ci/build.sh