Compare commits

...
Sign in to create a new pull request.

4 commits

Author SHA1 Message Date
Jakub Čajka
feaa2adc07
Update to go1.15 2021-01-13 19:04:27 +01:00
Jakub Čajka
14b31dad96
Rebase to go1.14 in f32 2020-12-02 15:03:52 +01:00
Jakub Čajka
d1bcbb6a88
Clean up the repo 2020-12-02 15:03:34 +01:00
Jakub Čajka
1840dedc79
Update to go1.13 in f31 2020-11-11 15:14:26 +01:00
3 changed files with 4 additions and 4 deletions

1
1.11
View file

@ -1 +0,0 @@
.

View file

@ -1,7 +1,7 @@
FROM registry.fedoraproject.org/f30/s2i-base:latest
FROM registry.fedoraproject.org/f33/s2i-base:latest
ENV NAME=golang \
VERSION=1.11 \
VERSION=1.15 \
ARCH=x86_64
ENV SUMMARY="Platform for building and running Go $VERSION based applications" \
@ -14,7 +14,7 @@ LABEL summary="$SUMMARY" \
description="$DESCRIPTION" \
io.k8s.description="$DESCRIPTION" \
io.k8s.display-name="Go $VERSION" \
io.openshift.tags="builder,golang,golang18,rh-golang18,go" \
io.openshift.tags="builder,golang,golang115,rh-golang115,go" \
com.redhat.component="$NAME" \
name="$FGC/$NAME" \
version="$VERSION" \

View file

@ -61,6 +61,7 @@ if [[ `go list -f {{.Incomplete}}` == "true" || ! -z "$IMPORT_URL" ]]; then
fi
echo "ERROR: Package is missing dependencies and IMPORT_URL inference failed. Set IMPORT_URL env var."
exec /$STI_SCRIPTS_PATH/usage
else