Update Go version in SonarQube workflow

Bump Go version from 1.22.x to 1.23.x in the SonarQube GitHub Actions workflow. This ensures compatibility with the latest features and improvements in Go.
This commit is contained in:
Winni Neessen 2024-08-16 10:30:20 +02:00
parent e61d1689f6
commit 8b69fa92ae
Signed by: wneessen
GPG key ID: 385AC9889632126E

View file

@ -38,7 +38,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version: '1.22.x'
go-version: '1.23.x'
- name: Run unit Tests
run: |