Skip to content

Commit c92e68e

Browse files
AnnatarHeclaude
andcommitted
chore(ci): upgrade Go 1.25 to 1.26
Bump Go version across go.mod, CI workflows, and docs to leverage Go 1.26 improvements (Green Tea GC, faster cgo, new stdlib packages). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent acc0341 commit c92e68e

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/pr-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Go
2626
uses: actions/setup-go@v5
2727
with:
28-
go-version: "1.25"
28+
go-version: "1.26"
2929

3030
- name: Cache Go modules
3131
uses: actions/cache@v4

.github/workflows/release.yaml

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

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ShellTime CLI is a Go-based command-line tool for tracking DevOps work. It consi
1010

1111
## Development Commands
1212

13-
**Requires Go 1.25+**
13+
**Requires Go 1.26+**
1414

1515
### Building
1616
```bash

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.25
3+
go 1.26
44

55
require (
66
github.com/ThreeDotsLabs/watermill v1.5.1

0 commit comments

Comments
 (0)