#50 from andrinoff/renovate/go-1.x

π—±π—Ώπ—²π˜„ βœ”οΈ created

Change summary

.github/workflows/ci.yml      | 2 +-
.github/workflows/release.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Detailed changes

.github/workflows/ci.yml πŸ”—

@@ -15,7 +15,7 @@ jobs:
       - name: Set up Go
         uses: actions/setup-go@v5
         with:
-          go-version: "1.24"
+          go-version: "1.25"
 
       - name: Tidy modules
         run: go mod tidy

.github/workflows/release.yml πŸ”—

@@ -26,7 +26,7 @@ jobs:
       - name: Set up Go
         uses: actions/setup-go@v5
         with:
-          go-version: "1.24" # Match the Go version in go.mod
+          go-version: "1.25" # Match the Go version in go.mod
 
       - name: Bump version and push tag
         id: tag_version