Skip to content

Commit 83ccfb9

Browse files
committed
Update to Go 1.24
1 parent dd032cb commit 83ccfb9

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
@@ -19,7 +19,7 @@ jobs:
1919
- name: Export GOBIN
2020
uses: actions/setup-go@v4
2121
with:
22-
go-version: '1.20.6'
22+
go-version: '1.24.0'
2323

2424
- name: Install dependencies
2525
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.20
3+
go 1.24
44

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

0 commit comments

Comments
 (0)