Go: Update to 1.24.6 (#109313)

Co-authored-by: joshhunt <josh.hunt@grafana.com>
This commit is contained in:
Mariell Hoversholm
2025-08-07 10:27:01 +02:00
committed by GitHub
co-authored by joshhunt
parent 16f8359d35
commit 28024c74f8
35 changed files with 58 additions and 53 deletions
@@ -171,7 +171,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.24.5
go-version: 1.24.6
- name: Verify Go version
run: go version
@@ -212,7 +212,7 @@ This GitHub Action automates the deployment of a Grafana dashboard using the Fou
The first few steps:
- Check out the repository to access the project code.
- Install Go 1.24.5 using the `actions/setup-go` action.
- Install Go 1.24.6 using the `actions/setup-go` action.
- Verify Go is properly installed.
### 2. Download and install `grafanactl`