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 17:42:43 +01:00
committed by GitHub
parent 8e4a078272
commit cf0df9da37
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ jobs:
go-version-file: go.mod go-version-file: go.mod
- uses: golangci/golangci-lint-action@v6.5.0 - uses: golangci/golangci-lint-action@v6.5.0
with: with:
version: v1.62 version: v1.64.8
- uses: megalinter/megalinter/flavors/go@v8.4.2 - uses: megalinter/megalinter/flavors/go@v8.4.2
env: env:
DEFAULT_BRANCH: master DEFAULT_BRANCH: master

2
go.mod
View File

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