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

[release-0.6] Upgrade golang to 1.11.10 #814

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.5
image: golang:1.11.10
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.5
image: golang:1.11.10
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.5
GO_VERSION := 1.11.10

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