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 dd032cb commit 83ccfb9Copy full SHA for 83ccfb9
.github/workflows/main.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Export GOBIN
20
uses: actions/setup-go@v4
21
with:
22
- go-version: '1.20.6'
+ go-version: '1.24.0'
23
24
- name: Install dependencies
25
run: make setup
go.mod
@@ -1,6 +1,6 @@
1
module github.com/pushbits/cli
2
3
-go 1.20
+go 1.24
4
5
require (
6
github.com/alecthomas/kong v0.8.0
0 commit comments