[info=a8a837a00ade73d4197bc2f2953795bb]

OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/golang-unstable-image?expand=0&rev=5
This commit is contained in:
Dan Čermák 2023-08-08 07:12:32 +00:00 committed by Git OBS Bridge
parent 3880f3987d
commit f0f93fb318
2 changed files with 6 additions and 1 deletions

View File

@ -24,7 +24,7 @@ LABEL org.opensuse.release-stage="released"
# endlabelprefix
RUN set -euo pipefail; zypper -n in --no-recommends go1.21 make git-core; zypper -n clean; rm -rf /var/log/*
RUN set -euo pipefail; zypper -n in --no-recommends go1.21 go1.21-doc go1.21-race make git-core; zypper -n clean; rm -rf /var/log/*
ENV GOLANG_VERSION="%%golang_version%%"
ENV GOPATH="/go"
ENV PATH="/go/bin:/usr/local/go/bin:/root/go/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Aug 8 06:51:38 UTC 2023 - Dirk Mueller <dmueller@suse.com>
- Add go-doc and go-race subpackages for developer convenience
-------------------------------------------------------------------
Thu Jul 20 09:35:46 UTC 2023 - SUSE Update Bot <bci-internal@suse.de>