You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Look like this project only work with go-1.17 while default go rpm on centos 7 is only 1.15.
Still don't know how to fix this compilation error after reading R1.
[pi@centos7t01 scan4log4shell]$rpm -qa |grep golang
golang-1.15.14-1.el7.x86_64
golang-bin-1.15.14-1.el7.x86_64
golang-src-1.15.14-1.el7.noarch
[pi@va32centos7t01 scan4log4shell]$ cat /etc/redhat-release
CentOS Linux release 7.9.2009 (Core)
[pi@centos7t01 scan4log4shell]$ make setup
go mod tidy: go.mod file indicates go 1.17, but maximum supported version is 1.15
make: *** [setup] Error 1
[pi@centos7t01 scan4log4shell]$
Look like this project only work with go-1.17 while default go rpm on centos 7 is only 1.15.
R1: micro/go-micro#2367
The text was updated successfully, but these errors were encountered: