The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
grafana/contribute/backend/upgrading-go-version.md

742 B

Upgrading Go Version

Notes on upgrading Go version.

Example PR: https://github.com/grafana/grafana/pull/79329

The main areas that need to change during the upgrade are:

Then, run go mod tidy and go work sync. Also run make drone so changes to .star files are reflected and drone.yml is updated.

Additional files to change

  • Take a look in .github/workflows folder for what go version is being used there in various workflows.
  • Make sure to create a PR with the corresponding changes in grafana/grafana-enterprise repository.