Skip to content

Commit

Permalink
updated artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
ex0rcist committed Oct 31, 2024
1 parent 75b4e59 commit 997b67d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cmd/agent/main.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
package main

import (
"fmt"

"github.com/ex0rcist/metflix/internal/agent"
"github.com/ex0rcist/metflix/internal/logging"
)
Expand All @@ -13,8 +15,7 @@ var (

func main() {
logging.Setup()

logging.LogInfoF("starting agent v%s [%s, #%s]...", buildVersion, buildDate, buildCommit)
fmt.Printf("Build version: %s\nBuild date: %s\nBuild commit: %s\n", buildVersion, buildDate, buildCommit)

agnt, err := agent.New()
if err != nil {
Expand Down
Binary file modified cmd/staticlint/staticlint
Binary file not shown.

0 comments on commit 997b67d

Please sign in to comment.