mirror of
https://github.com/grafana/grafana.git
synced 2024-12-01 13:09:22 -06:00
c6a0175c04
* ci: use go.mod as source of truth for actions/setup-go action Signed-off-by: Dave Henderson <dave.henderson@grafana.com> * updating upgrading-go-version.md doc Signed-off-by: Dave Henderson <dave.henderson@grafana.com> --------- Signed-off-by: Dave Henderson <dave.henderson@grafana.com>
742 B
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 whatgo
version is being used there in various workflows. - Make sure to create a PR with the corresponding changes in
grafana/grafana-enterprise
repository.