diff options
author | Renovate Bot <bot@kriese.eu> | 2024-12-27 11:31:12 +0100 |
---|---|---|
committer | Renovate Bot <bot@kriese.eu> | 2024-12-27 11:31:12 +0100 |
commit | e788c7f17fa8b2f2c996d2c42090eacdb6594649 (patch) | |
tree | fbb4b2e8e5c710514c1814e39da49c09fe057ec6 | |
parent | Merge pull request 'Update module github.com/docker/cli to v25.0.7+incompatib... (diff) | |
download | forgejo-act-e788c7f17fa8b2f2c996d2c42090eacdb6594649.tar.xz forgejo-act-e788c7f17fa8b2f2c996d2c42090eacdb6594649.zip |
Update golang packages to v1.22
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |