Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
Deprecate che-golang-1.10 in favor of che-golang-1.12
Browse files Browse the repository at this point in the history
Signed-off-by: Angel Misevski <amisevsk@redhat.com>
  • Loading branch information
amisevsk authored and monaka committed Nov 25, 2019
1 parent ed03c90 commit 64f4dde
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion arbitrary-users-patch/base_images
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
che-cpp-rhel7 registry.access.redhat.com/devtools/llvm-toolset-rhel7
che-dotnet-2.2 mcr.microsoft.com/dotnet/core/sdk:2.2-stretch
che-golang-1.10 golang:1.10.7-stretch
che-golang-1.12 golang:1.12-stretch
che-java11-gradle gradle:5.2.1-jdk11
che-java11-maven maven:3.6.0-jdk-11
Expand Down
2 changes: 1 addition & 1 deletion devfiles/go/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ components:
-
type: dockerimage
# this version is used in the plugin
image: quay.io/eclipse/che-golang-1.10:nightly
image: quay.io/eclipse/che-golang-1.12:nightly
alias: go-cli
env:
- name: GOPATH
Expand Down
2 changes: 1 addition & 1 deletion devfiles/go/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
displayName: Go
description: Stack with Go 1.10.7
description: Stack with Go 1.12.10
tags: ["Debian", "Go"]
icon: https://www.eclipse.org/che/images/logo-eclipseche.svg
globalMemoryLimit: 1686Mi

0 comments on commit 64f4dde

Please sign in to comment.