Bump go to 1.24 (#66)

* Bump go to 1.24

* bump golangci-lint-action
This commit is contained in:
ChristopherHX
2025-03-23 11:39:24 +01:00
committed by GitHub
parent 502d1687c2
commit 78089b3e42
2 changed files with 2 additions and 2 deletions

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/actions-oss/act-cli
go 1.23
go 1.24
require (
github.com/AlecAivazis/survey/v2 v2.3.7