Update to Go 1.24

This commit is contained in:
eikendev
2025-02-22 19:27:38 +01:00
parent dd032cb3d0
commit 83ccfb9d43
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ jobs:
- name: Export GOBIN - name: Export GOBIN
uses: actions/setup-go@v4 uses: actions/setup-go@v4
with: with:
go-version: '1.20.6' go-version: '1.24.0'
- name: Install dependencies - name: Install dependencies
run: make setup run: make setup

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/pushbits/cli module github.com/pushbits/cli
go 1.20 go 1.24
require ( require (
github.com/alecthomas/kong v0.8.0 github.com/alecthomas/kong v0.8.0