Chore: Bump Go version to 1.24.3 (#105098)

This commit is contained in:
Matheus Macabu
2025-05-08 15:28:03 +02:00
committed by GitHub
parent c1e408e3aa
commit 9fb20efea9
38 changed files with 142 additions and 142 deletions

View File

@ -164,10 +164,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Go 1.24.2
- name: Set up Go 1.24.3
uses: actions/setup-go@v5
with:
go-version: 1.24.2
go-version: 1.24.3
- 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.2 using the `actions/setup-go` action.
- Install Go 1.24.3 using the `actions/setup-go` action.
- Verify Go is properly installed.
### 2. Download and install `grafanactl`