Skip to content
Snippets Groups Projects
Commit ed9de65a authored by Lyuben Penkovski's avatar Lyuben Penkovski Committed by Yordan Kinkov
Browse files

Apply 2 suggestion(s) to 2 file(s)

parent 337e16fa
Branches
Tags
1 merge request!1Service skeleton with health check endpoints
Pipeline #49673 passed
...@@ -15,7 +15,7 @@ lint: ...@@ -15,7 +15,7 @@ lint:
- golangci-lint run - golangci-lint run
unit tests: unit tests:
image: golang:1.17.7 image: golang:1.17.8
stage: test stage: test
tags: tags:
- amd64-docker - amd64-docker
......
...@@ -38,7 +38,7 @@ func main() { ...@@ -38,7 +38,7 @@ func main() {
} }
defer logger.Sync() //nolint:errcheck defer logger.Sync() //nolint:errcheck
logger.Info("staring task service", zap.String("version", Version), zap.String("goa", goa.Version())) logger.Info("start task service", zap.String("version", Version), zap.String("goa", goa.Version()))
// create services // create services
var ( var (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment