[info=36b25d1c85004eae788c00cff55fab95]

OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/golang-oldstable-image?expand=0&rev=25
This commit is contained in:
Dan Čermák 2023-09-08 12:28:25 +00:00 committed by Git OBS Bridge
parent d5ad152c54
commit 838cd70445
2 changed files with 6 additions and 1 deletions

View File

@ -31,5 +31,5 @@ ENV PATH="/go/bin:/usr/local/go/bin:/root/go/bin/:/usr/local/sbin:/usr/local/bin
# only available on go's tsan_arch architectures
#!ArchExclusiveline x86_64 aarch64 s390x ppc64le
#!ArchExclusiveLine x86_64 aarch64 s390x ppc64le
RUN set -euo pipefail; if zypper -n install go1.20-race; then zypper -n clean; rm -rf /var/log/*; fi

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Sep 8 12:26:58 UTC 2023 - Dirk Mueller <dmueller@suse.com>
- typo fix in last change
-------------------------------------------------------------------
Wed Sep 6 16:26:08 UTC 2023 - Dirk Mueller <dmueller@suse.com>