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 8b60ffd commit c021010Copy full SHA for c021010
.github/workflows/main.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Export GOBIN
19
uses: actions/setup-go@v2
20
with:
21
- go-version: 1.17
+ go-version: 1.18
22
23
- name: Install dependencies
24
run: make setup
go.mod
@@ -1,6 +1,6 @@
1
module github.com/pushbits/cli
2
3
-go 1.17
+go 1.18
4
5
require (
6
github.com/alecthomas/kong v0.5.0
0 commit comments