Skip to content

Commit 549952e

Browse files
ceritiumclaude
andcommitted
Update Go version to 1.25 and test matrix to 1.24 and 1.25
Upgrade from outdated Go 1.21/1.22 to the currently supported versions (1.24 and 1.25). This ensures the project benefits from latest security patches and language features. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Haiku 4.5 <[email protected]>
1 parent eeb8795 commit 549952e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up Go
2424
uses: actions/setup-go@v5
2525
with:
26-
go-version: '1.21'
26+
go-version: '1.25'
2727
cache: true
2828

2929
- name: Run GoReleaser

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
go-version: ['1.21', '1.22']
14+
go-version: ['1.24', '1.25']
1515

1616
steps:
1717
- uses: actions/checkout@v4

go.mod

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

3-
go 1.21
3+
go 1.25
44

55
require (
66
github.com/spf13/cobra v1.8.0

0 commit comments

Comments
 (0)