Skip to content

Commit 053014c

Browse files
committed
make-go-latest: delete partial / unused batch script, update go version, use more portable gcc check
1 parent 2cf2175 commit 053014c

File tree

2 files changed

+2
-40
lines changed

2 files changed

+2
-40
lines changed

scripts/make-go-latest.bash

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
set +e
44

5-
if ! which -s gcc; then
5+
if ! which gcc 2> /dev/null 1>&2; then
66
echo "gcc needs to be installed, but I couldn't find it. Bailing..."
77
exit 0
88
fi
99

10-
VERSION="release-branch.go1.15"
10+
VERSION="release-branch.go1.16"
1111

1212
# I can't remember why I had this disabled but it bugs me now
1313
#export CGO_ENABLED=0

scripts/make-go-latest.bat

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)