Project

General

Profile

action #78031

Updated by szarate over 3 years ago

Currently, every 6 month a new version of go(lang) is added to the common code base.  
 The latest two versions are fully supported on SLE.  
 Older versions drop out of support and don't need to be tested anymore. 

 (see https://confluence.suse.com/pages/viewpage.action?spaceKey=~msvec&title=Go) 

 References for go 1.14: 

 https://jira.suse.com/browse/SLE-12120 
 https://jira.suse.com/browse/ECO-1484 

 We need to add some basic test coverage for go(lang) and make sure that the latest two versions of go(lang) for each code stream are covered. 


 ## Suggestions 

 - Implement Man or Boy program: https://rosettacode.org/wiki/Man_or_boy_test#Go and test the `go build`, `go run` and directly running the binary 

Back