feat(github-action): update go (1.23.7 → 1.24.1) (#16)

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-03-14 13:30:32 +02:00
committed by GitHub
parent d807e6d659
commit 0b31398443

View File

@@ -26,7 +26,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
with:
go-version: '1.23'
go-version: '1.24'
- name: Build binary for ${{ matrix.goos }}
shell: bash