Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
Merge pull request #823 from jetstack-bot/cherry-pick-822-to-release-0.6
Browse files Browse the repository at this point in the history
[release-0.6] Upgrade golang to 1.11.11
  • Loading branch information
jetstack-bot authored Jun 24, 2019
2 parents d072436 + 7ee37d4 commit 01ec029
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ test::tarmak::golang:
stage: test
tags:
- docker
image: golang:1.11.10
image: golang:1.11.11
script:
- rm -rf /go/src/github.com/jetstack
- mkdir -p /go/src/github.com/jetstack
Expand Down Expand Up @@ -63,7 +63,7 @@ release::tarmak::golang:
stage: release
tags:
- docker
image: golang:1.11.10
image: golang:1.11.11
only:
- tags
script:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright Jetstack Ltd. See LICENSE for details.
PACKAGE_NAME ?= github.com/jetstack/tarmak
CONTAINER_DIR := /go/src/$(PACKAGE_NAME)
GO_VERSION := 1.11.10
GO_VERSION := 1.11.11

BINDIR ?= $(CURDIR)/bin
PATH := $(BINDIR):$(PATH)
Expand Down

0 comments on commit 01ec029

Please sign in to comment.