NAICNO / Jobanalyzer

Easy to use resource usage report
MIT License
0 stars 1 forks source link

Upgrade to Go 1.22 #654

Open lars-t-hansen opened 2 weeks ago

lars-t-hansen commented 2 weeks ago

Upgrading to 1.22 will allow us to apply various simplificactions throughout the code, many have comments, search for /Go.*1\.22/.

It's not obvious that all of these are hard requirements, as Go binaries such as sacctd are statically linked and can be copied somewhat freely; one could build for Betzy and Fram on Fox or some other rhel9 system and copy the binary over. (Plus sacctd should be integrated into Sonar anyway.) The tough one is naic-monitor. Here we could do a local install instead.