chore(deps): bump to go1.24 due to deps updates (#2705)

* update linter to allow go 1.24
This commit is contained in:
ChristopherHX
2025-03-23 16:42:43 +00:00
committed by GitHub
parent 8e4a078272
commit cf0df9da37
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ jobs:
go-version-file: go.mod
- uses: golangci/golangci-lint-action@v6.5.0
with:
version: v1.62
version: v1.64.8
- uses: megalinter/megalinter/flavors/go@v8.4.2
env:
DEFAULT_BRANCH: master
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/nektos/act
go 1.23
go 1.24
require (
github.com/AlecAivazis/survey/v2 v2.3.7