mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-10 03:13:15 +00:00
7 lines
142 B
Go
7 lines
142 B
Go
package build
|
|
|
|
// This is overridden at build-time using go-build ldflags. dev is the fallback value
|
|
var Version = "NA"
|
|
|
|
var CommitSHA = "NA"
|