Skip to content

Commit dc02765

Browse files
AnnatarHeclaude
andcommitted
chore(build): update go version to 1.25
Update Go version from 1.24 to 1.25 in go.mod and GitHub Actions workflow 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 91622aa commit dc02765

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- run: git fetch --force --tags
2626
- uses: actions/setup-go@v5
2727
with:
28-
go-version: "1.24"
28+
go-version: "1.25"
2929
- uses: PromptPal/github-action@v1.0.3
3030
env:
3131
PROMPTPAL_ENDPOINT: ${{ secrets.PROMPTPAL_ENDPOINT }}

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/malamtime/cli
22

3-
go 1.24
3+
go 1.25
44

55
require (
66
github.com/PromptPal/go-sdk v0.4.1

0 commit comments

Comments
 (0)