5
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 2m57s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 2m57s
Details
This commit is contained in:
parent
90d2f2838f
commit
536ee39be0
5
go.mod
5
go.mod
|
@ -2,7 +2,10 @@ module simple-go-action
|
||||||
|
|
||||||
go 1.20
|
go 1.20
|
||||||
|
|
||||||
require github.com/sethvargo/go-githubactions v1.1.0
|
require (
|
||||||
|
github.com/sethvargo/go-githubactions v1.1.0
|
||||||
|
github.com/gin-gonic/gin v1.10.0
|
||||||
|
)
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/bytedance/sonic v1.12.1 // indirect
|
github.com/bytedance/sonic v1.12.1 // indirect
|
||||||
|
|
Loading…
Reference in New Issue