Merge pull request #6850 from thaJeztah/update_go1.25.8

update to go1.25.8
This commit is contained in:
Sebastiaan van Stijn
2026-03-10 17:30:40 +01:00
committed by GitHub
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ jobs:
name: Update Go
uses: actions/setup-go@v6
with:
go-version: "1.25.7"
go-version: "1.25.8"
-
name: Initialize CodeQL
uses: github/codeql-action/init@v4
+1 -1
View File
@@ -67,7 +67,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v6
with:
go-version: "1.25.7"
go-version: "1.25.8"
-
name: Test
run: |