1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-06-27 16:35:58 +00:00

build: use go toolchain

This commit is contained in:
Michael Kriese 2024-12-04 10:12:38 +01:00
parent f8b0ccf1a3
commit 055854d1d7
No known key found for this signature in database
GPG key ID: F8D7748549A5986A
2 changed files with 13 additions and 1 deletions

4
go.mod
View file

@ -1,6 +1,8 @@
module gitea.com/gitea/act_runner
go 1.23.3
go 1.23
toolchain go1.23.3
require (
code.gitea.io/actions-proto-go v0.4.0