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/upgrade-go-version.md

931 B

Upgrade Go version

We recommend the practices outlined in this documentation when you upgrade Go for use in Grafana development.

Example PR

Refer to the following PR for an example of how to perform a Go upgrade:

Main areas to update

Change at least the following parts of Go and related files:

Then, run go mod tidy and go work sync. Also, run make drone so changes reflect the updates to .star and drone.yml files.

Additional files to change

  • Look in the .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 the grafana/grafana-enterprise repository.