From d30afc33665e191c2e8bcfcdb6bd53b37ad2102b Mon Sep 17 00:00:00 2001 From: David Vennik Date: Sat, 7 Jan 2023 17:46:08 +0000 Subject: [PATCH] Adding active branches to actions --- .github/workflows/go.yml | 4 ++-- version.go | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 4844f72f..56bf0e6f 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -5,9 +5,9 @@ name: Go on: push: - branches: [ "main" ] + branches: [ "main", "protocol", "ind-bootstrap" ] pull_request: - branches: [ "main" ] + branches: [ "main", "protocol", "ind-bootstrap" ] jobs: diff --git a/version.go b/version.go index 12f07410..5cdce75b 100644 --- a/version.go +++ b/version.go @@ -10,9 +10,9 @@ var ( // GitRef is the gitref, as in refs/heads/branchname. GitRef = "refs/heads/protocol" // ParentGitCommit is the commit hash of the parent HEAD. - ParentGitCommit = "0c1d790011c29f145d8e0f04e2ec00701819e793" + ParentGitCommit = "cd0c99e5869a8180ca762bba1468298f4ad9cbd9" // BuildTime stores the time when the current binary was built. - BuildTime = "2023-01-07T17:43:47Z" + BuildTime = "2023-01-07T17:46:08Z" // SemVer lists the (latest) git tag on the release. SemVer = "v0.1.4" // PathBase is the path base returned from runtime caller.