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

Commit

Permalink
Upgrade to golang 1.10.4
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Simon <simon@swine.de>
  • Loading branch information
simonswine committed Sep 3, 2018
1 parent f913fe2 commit 27b7ed8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ after_script:
- mv "${GOPATH}/src/${PKG_PATH}" "${CI_PROJECT_DIR}"

verify:golang:
image: golang:1.9.2
image: golang:1.10.4
stage: build
tags:
- docker
script:
- make verify

build:golang:
image: golang:1.9.2
image: golang:1.10.4
stage: build
tags:
- docker
Expand All @@ -42,7 +42,7 @@ build:golang:
- vault-unsealer_linux_amd64

deploy:release:
image: golang:1.9.2
image: golang:1.10.4
stage: deploy
tags:
- docker
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ IMAGE_NAME := vault-unsealer
BUILD_TAG := build
IMAGE_TAGS := canary

BUILD_IMAGE_NAME := golang:1.9.2
BUILD_IMAGE_NAME := golang:1.10.4

GOPATH ?= /tmp/go

Expand Down

0 comments on commit 27b7ed8

Please sign in to comment.