Skip to content

Commit 57badf0

Browse files
committed
upgrade go to 1.14
1 parent d02ff28 commit 57badf0

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/XinFinOrg/XDC-Subnet
22

3-
go 1.13
3+
go 1.14
44

55
require (
66
bazil.org/fuse v0.0.0-20180421153158-65cc252bf669

rpc/constants_unix.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
// You should have received a copy of the GNU Lesser General Public License
1515
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
1616

17+
//go:build darwin || dragonfly || freebsd || linux || nacl || netbsd || openbsd || solaris
1718
// +build darwin dragonfly freebsd linux nacl netbsd openbsd solaris
1819

1920
package rpc

rpc/constants_unix_nocgo.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
// You should have received a copy of the GNU Lesser General Public License
1515
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
1616

17+
//go:build !cgo && !windows
1718
// +build !cgo,!windows
1819

1920
package rpc

0 commit comments

Comments
 (0)