Accepting request 1079522 from home:jfkw:branches:devel:languages:go

- Use gcc13 compiler for Tumbleweed.

OBS-URL: https://build.opensuse.org/request/show/1079522
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go1.18?expand=0&rev=44
This commit is contained in:
Jeff Kowalczyk 2023-04-14 22:03:13 +00:00 committed by Git OBS Bridge
parent 2d04ac99bc
commit d8038d3e10
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Apr 13 04:58:20 UTC 2023 - Martin Liška <mliska@suse.cz>
- Use gcc13 compiler for Tumbleweed.
-------------------------------------------------------------------
Wed Mar 1 17:04:37 UTC 2023 - Jaroslav Jindrak <jjindrak@suse.com>

View File

@ -30,7 +30,7 @@
# Used to bootstrap go toolchain using specific version of gcc-go
%if 0%{?suse_version} > 1500
# openSUSE Tumbleweed
%define gcc_go_version 12
%define gcc_go_version 13
%else
%define gcc_go_version 11
%endif