cli/pkg/api/api.go

7 lines
120 B
Go

package api
// RuntimeAPIVersion represents the version for the Actions runtime API
var (
RuntimeAPIVersion = "1.0"
)