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

Commit 01ec029

Browse files
authored
Merge pull request #823 from jetstack-bot/cherry-pick-822-to-release-0.6
[release-0.6] Upgrade golang to 1.11.11
2 parents d072436 + 7ee37d4 commit 01ec029

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ test::tarmak::golang:
77
stage: test
88
tags:
99
- docker
10-
image: golang:1.11.10
10+
image: golang:1.11.11
1111
script:
1212
- rm -rf /go/src/github.com/jetstack
1313
- mkdir -p /go/src/github.com/jetstack
@@ -63,7 +63,7 @@ release::tarmak::golang:
6363
stage: release
6464
tags:
6565
- docker
66-
image: golang:1.11.10
66+
image: golang:1.11.11
6767
only:
6868
- tags
6969
script:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright Jetstack Ltd. See LICENSE for details.
22
PACKAGE_NAME ?= github.com/jetstack/tarmak
33
CONTAINER_DIR := /go/src/$(PACKAGE_NAME)
4-
GO_VERSION := 1.11.10
4+
GO_VERSION := 1.11.11
55

66
BINDIR ?= $(CURDIR)/bin
77
PATH := $(BINDIR):$(PATH)

0 commit comments

Comments
 (0)