.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
π±πΏπ²π βοΈ created
.github/workflows/ci.yml | 2 +-
.github/workflows/release.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
@@ -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
@@ -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