Version is now a string coming from ldlags and git tags

This commit is contained in:
Laszlo Fogas
2019-11-12 21:08:17 +01:00
parent e509012e11
commit 8dee34878d
12 changed files with 42 additions and 49 deletions

16
.vscode/launch.json vendored Normal file
View File

@@ -0,0 +1,16 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Woodpecker",
"type": "go",
"request": "launch",
"mode": "debug",
"program": "${workspaceFolder}/cmd/drone-server/main.go",
"cwd": "${workspaceFolder}"
}
]
}