Skip to content

Fix invalid Go version in go.mod (1.25 → 1.24)#158

Merged
steipete merged 1 commit intoopenclaw:mainfrom
robnew:fix-go-version
Feb 16, 2026
Merged

Fix invalid Go version in go.mod (1.25 → 1.24)#158
steipete merged 1 commit intoopenclaw:mainfrom
robnew:fix-go-version

Conversation

@robnew
Copy link
Copy Markdown
Contributor

@robnew robnew commented Feb 1, 2026

go.mod specified go 1.25, which triggers toolchain download for a non-existent version and breaks builds.
Updated to go 1.24 (required by current deps, e.g. golang.org/x/net).
Ran go mod tidy with Go 1.24.

itsjeremyjohnson added a commit to Robben-Media/gogcli that referenced this pull request Feb 16, 2026
- fix: Go version in go.mod (PR openclaw#158)
- fix(secrets): allow empty GOG_KEYRING_PASSWORD to skip prompt (PR openclaw#153)
- fix(auth): add gmail readonly scope and fix drive readonly accumulation (PR openclaw#113)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@steipete steipete merged commit 04f6ff2 into openclaw:main Feb 16, 2026
1 check passed
@steipete
Copy link
Copy Markdown
Collaborator

Landed via temp rebase onto main.

Thanks @robnew!

@steipete
Copy link
Copy Markdown
Collaborator

Correction on landed SHAs: PR #158 merged via gh pr merge --rebase, merge commit 04f6ff2. Local branch commit b6c09b8 (changelog/helper follow-up) was not part of the PR and is now local-only on fix-go-version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants