diff options
author | Valery Piashchynski <[email protected]> | 2020-12-26 01:09:47 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-12-26 01:09:47 +0300 |
commit | 6cbc67e9bfce7fcb5da2f402adeb9e83cab8f717 (patch) | |
tree | 206600bb04ce27979ac19c0a228259a17a9cd423 /cmd | |
parent | c275707eccf06786c1a092c486fecbe0519d67ac (diff) |
Update Dockerfile for the RR2
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/main.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/main.go b/cmd/main.go index 36638836..a18d2c0d 100644 --- a/cmd/main.go +++ b/cmd/main.go @@ -19,10 +19,10 @@ import ( var ( // Version - defines build version. - Version = "local" + Version string = "local" //nolint:deadcode // BuildTime - defined build time. - BuildTime = "development" + BuildTime string = "development" //nolint:deadcode ) func main() { |