File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -214,5 +214,5 @@ tasks:
214
214
215
215
vars :
216
216
CONTAINER : " docker.elastic.co/beats-dev/golang-crossbuild"
217
- GO_VERSION : " 1.15.8 "
217
+ GO_VERSION : " 1.16.4 "
218
218
CHECKSUM_FILE : " {{ .PROJECT_NAME }}_{{ .VERSION }}-checksums.txt"
Original file line number Diff line number Diff line change 7
7
build :
8
8
desc : Build the project
9
9
cmds :
10
- - xgo build -v {{.LDFLAGS}}
10
+ - go build -v {{.LDFLAGS}}
11
11
12
12
vars :
13
- PROJECT_NAME : " serial -discovery"
13
+ PROJECT_NAME : " dummy -discovery"
14
14
DIST_DIR : " dist"
15
15
VERSION :
16
16
sh : echo "$(git describe --tags --dirty --broken)"
19
19
LDFLAGS : >
20
20
-ldflags
21
21
'
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}}
24
24
'
You can’t perform that action at this time.
0 commit comments