Force golang Version 1.25

This commit is contained in:
Holger Obermaier
2026-01-23 10:41:41 +01:00
parent b82647c68d
commit e288ed9d80

View File

@@ -28,7 +28,7 @@ jobs:
- name: Setup Golang - name: Setup Golang
uses: actions/setup-go@v6 uses: actions/setup-go@v6
with: with:
go-version: 'stable' go-version: 1.25
check-latest: true check-latest: true
# See: https://github.com/golangci/golangci-lint-action # See: https://github.com/golangci/golangci-lint-action