We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39cbf4e commit 93061d6Copy full SHA for 93061d6
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Install Go
20
uses: actions/setup-go@v5
21
with:
22
- go-version: '1.24.x'
+ go-version: '1.25.x'
23
- name: Run GoReleaser
24
uses: goreleaser/goreleaser-action@v6
25
go.mod
@@ -2,7 +2,7 @@ module github.com/jaxxstorm/tscli
2
3
go 1.24.0
4
5
-toolchain go1.24.5
+toolchain go1.25.0
6
7
require (
8
github.com/charmbracelet/fang v0.3.0
0 commit comments