summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 50641e5..a2ad6a8 100644
--- a/go.mod
+++ b/go.mod
@@ -1,8 +1,8 @@
module github.com/nektos/act
-go 1.21
+go 1.22
-toolchain go1.21.13
+toolchain go1.22.10
require (
github.com/AlecAivazis/survey/v2 v2.3.7