Chore: Move from master to main branch (#33693)

* Chore: Move from master branch to main

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>

* CI: Upgrade build pipeline tool to v2

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
This commit is contained in:
Arve Knudsen
2021-05-06 16:29:29 +02:00
committed by GitHub
parent 263d751860
commit c2c1ec7d0f
66 changed files with 192 additions and 192 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ import (
"github.com/urfave/cli/v2"
)
var version = "master"
var version = "main"
func main() {
setupLogging()
+1 -1
View File
@@ -40,7 +40,7 @@ import (
// The following variables cannot be constants, since they can be overridden through the -X link flag
var version = "5.0.0"
var commit = "NA"
var buildBranch = "master"
var buildBranch = "main"
var buildstamp string
type exitWithCode struct {