Dependencies: Bump Go to v1.24.5 (#108175)

This commit is contained in:
Matheus Macabu
2025-07-22 17:08:40 +02:00
committed by GitHub
parent 6222156c7c
commit 52f6104230
37 changed files with 64 additions and 64 deletions
@@ -167,7 +167,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.24.4
go-version: 1.24.5
- name: Verify Go version
run: go version
@@ -208,7 +208,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.4 using the `actions/setup-go` action.
- Install Go 1.24.5 using the `actions/setup-go` action.
- Verify Go is properly installed.
### 2. Download and install `grafanactl`