Skip to content

Commit a05c2a2

Browse files
renovate: Update dependency go to 1.24 (#26)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5e890dd commit a05c2a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Go
2020
uses: actions/setup-go@v5
2121
with:
22-
go-version: '1.23'
22+
go-version: '1.24'
2323

2424
- name: Generate Sonar Report
2525
run: go test -coverpkg=./... -coverprofile=coverage.out -json ./... > sonar-report.json

0 commit comments

Comments
 (0)