Skip to content

Commit 251ac4e

Browse files
committed
Fixed lint errors
Signed-off-by: Shmuel Kallner <kallner@il.ibm.com>
1 parent c2ef05f commit 251ac4e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pkg/sidecar/version/version.go

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
// The version package contains build version information
1+
// Package version contains build version information
22
package version
33

44
var (
5-
// The git hash of the latest commit in the build.
5+
// CommitSHA is the git hash of the latest commit in the build.
66
CommitSHA string
77

8-
// The build ref from the _PULL_BASE_REF from cloud build trigger.
8+
// BuildRef is the build ref from the _PULL_BASE_REF from cloud build trigger.
99
BuildRef string
1010
)
11-

0 commit comments

Comments
 (0)