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
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
check-latest: true check-latest: true
- uses: golangci/[email protected] - uses: golangci/[email protected]
with: with:
version: v1.62 version: v1.64.8
- uses: megalinter/megalinter/flavors/[email protected] - uses: megalinter/megalinter/flavors/[email protected]
env: env:
DEFAULT_BRANCH: ${{ github.event.repository.default_branch }} DEFAULT_BRANCH: ${{ github.event.repository.default_branch }}
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/actions-oss/act-cli module github.com/actions-oss/act-cli
go 1.23 go 1.24
require ( require (
github.com/AlecAivazis/survey/v2 v2.3.7 github.com/AlecAivazis/survey/v2 v2.3.7