Skip to content

Commit 37560c5

Browse files
committed
Fixed build files
1 parent 001de36 commit 37560c5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

DistTasks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,5 +214,5 @@ tasks:
214214

215215
vars:
216216
CONTAINER: "docker.elastic.co/beats-dev/golang-crossbuild"
217-
GO_VERSION: "1.15.8"
217+
GO_VERSION: "1.16.4"
218218
CHECKSUM_FILE: "{{ .PROJECT_NAME }}_{{ .VERSION }}-checksums.txt"

Taskfile.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ tasks:
77
build:
88
desc: Build the project
99
cmds:
10-
- xgo build -v {{.LDFLAGS}}
10+
- go build -v {{.LDFLAGS}}
1111

1212
vars:
13-
PROJECT_NAME: "serial-discovery"
13+
PROJECT_NAME: "dummy-discovery"
1414
DIST_DIR: "dist"
1515
VERSION:
1616
sh: echo "$(git describe --tags --dirty --broken)"
@@ -19,6 +19,6 @@ vars:
1919
LDFLAGS: >
2020
-ldflags
2121
'
22-
-X github.com/arduino/serial-discovery/version.Tag={{.VERSION}}
23-
-X github.com/arduino/serial-discovery/version.Timestamp={{.TIMESTAMP}}
22+
-X github.com/arduino/dummy-discovery/version.Tag={{.VERSION}}
23+
-X github.com/arduino/dummy-discovery/version.Timestamp={{.TIMESTAMP}}
2424
'

0 commit comments

Comments
 (0)