Skip to content

Commit c021010

Browse files
committed
Update to Go 1.18
1 parent 8b60ffd commit c021010

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Export GOBIN
1919
uses: actions/setup-go@v2
2020
with:
21-
go-version: 1.17
21+
go-version: 1.18
2222

2323
- name: Install dependencies
2424
run: make setup

go.mod

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

3-
go 1.17
3+
go 1.18
44

55
require (
66
github.com/alecthomas/kong v0.5.0

0 commit comments

Comments
 (0)