Accepting request 1102822 from devel:BCI:Tumbleweed

- Add go-doc and go-race subpackages for developer convenience

OBS-URL: https://build.opensuse.org/request/show/1102822
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/golang-stable-image?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2023-08-08 13:55:19 +00:00 committed by Git OBS Bridge
commit 50ae2b9fba
2 changed files with 6 additions and 1 deletions

View File

@ -25,7 +25,7 @@ LABEL org.opensuse.release-stage="released"
# endlabelprefix # endlabelprefix
RUN set -euo pipefail; zypper -n in --no-recommends go1.20 make git-core; zypper -n clean; rm -rf /var/log/* RUN set -euo pipefail; zypper -n in --no-recommends go1.20 go1.20-doc go1.20-race make git-core; zypper -n clean; rm -rf /var/log/*
ENV GOLANG_VERSION="%%golang_version%%" ENV GOLANG_VERSION="%%golang_version%%"
ENV GOPATH="/go" 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" 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
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jul 12 12:55:01 UTC 2023 - Dirk Mueller <dmueller@suse.com> Wed Jul 12 12:55:01 UTC 2023 - Dirk Mueller <dmueller@suse.com>