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:
214214
215215vars :
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"
Original file line number Diff line number Diff line change 77 build :
88 desc : Build the project
99 cmds :
10- - xgo build -v {{.LDFLAGS}}
10+ - go build -v {{.LDFLAGS}}
1111
1212vars :
13- PROJECT_NAME : " serial -discovery"
13+ PROJECT_NAME : " dummy -discovery"
1414 DIST_DIR : " dist"
1515 VERSION :
1616 sh : echo "$(git describe --tags --dirty --broken)"
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 '
You can’t perform that action at this time.
0 commit comments