Skip to content

Update dependencies and refactor go

Ceyhun Uzunoglu requested to merge github/fork/mrceyhun/dependency-update into master

Created by: mrceyhun

  • Bump go version to 1.20 in src/go MONIT, NATS, intelligence
  • Rename go modules name with full path. I.e.: github.com/vkuznet/CMSMonitoring/MONIT -> github.com/dmwm/CMSMonitoring/src/go/MONIT
  • Update deprecated code parts: ioutil.Read/Write files -> os, ioutil.ReadAll -> io , http Dial -> DialContext etc.
  • gofmt refactoring
  • Upgrade dependencies
  • Update GH workflow go versions

Merge request reports