Skip to content

Update Go to 1.15 and drop dep

Alejo Carballude requested to merge feature/golang_1_15 into develop

Related tasks

Context

Changes

This MR updates Cloudsim to use Go 1.15. As part of the update to Go 1.15, dep has been removed and replaced by Go's official module system.

  1. Prepare Go module.
  2. Update README.
  3. Update Dockerfile.
    • Update base image.
    • Remove dep from Dockerfile.
  4. Update Gitlab pipelines.
    • Update pipelines image.
    • Remove dep from Gitlab pipelines.

Other information

A Gitlab pipelines image with Go 1.15 was created. A Cloudsim image with Go 1.15 was created to create a docker image.

Additional documentation

Edited by Alejo Carballude

Merge request reports