go.mod: bump go version to 1.20 from 1.17 (#1266)

* go.mod: bump to version 1.20

* go fix yourself

---------

Co-authored-by: Ryan O'Hara-Reid <ryan.oharareid@thrasher.io>
This commit is contained in:
Ryan O'Hara-Reid
2023-07-12 10:49:23 +10:00
committed by GitHub
parent 54f745e943
commit da38b4bdf7
12 changed files with 1 additions and 1245 deletions

View File

@@ -1,5 +1,4 @@
//go:build mock_test_off
// +build mock_test_off
// This will build if build tag mock_test_off is parsed and will do live testing
// using all tests in (exchange)_test.go

View File

@@ -1,5 +1,4 @@
//go:build !mock_test_off
// +build !mock_test_off
// This will build if build tag mock_test_off is not parsed and will try to mock
// all tests in _test.go

View File

@@ -1,5 +1,4 @@
//go:build mock_test_off
// +build mock_test_off
// This will build if build tag mock_test_off is parsed and will do live testing
// using all tests in (exchange)_test.go

View File

@@ -1,5 +1,4 @@
//go:build !mock_test_off
// +build !mock_test_off
// This will build if build tag mock_test_off is not parsed and will try to mock
// all tests in _test.go

View File

@@ -1,5 +1,4 @@
//go:build mock_test_off
// +build mock_test_off
// This will build if build tag mock_test_off is parsed and will do live testing
// using all tests in (exchange)_test.go

View File

@@ -1,5 +1,4 @@
//go:build !mock_test_off
// +build !mock_test_off
// This will build if build tag mock_test_off is not parsed and will try to mock
// all tests in _test.go

View File

@@ -1,5 +1,4 @@
//go:build mock_test_off
// +build mock_test_off
// This will build if build tag mock_test_off is parsed and will do live testing
// using all tests in (exchange)_test.go

View File

@@ -1,5 +1,4 @@
//go:build !mock_test_off
// +build !mock_test_off
// This will build if build tag mock_test_off is not parsed and will try to mock
// all tests in _test.go

View File

@@ -1,5 +1,4 @@
//go:build mock_test_off
// +build mock_test_off
// This will build if build tag mock_test_off is parsed and will do live testing
// using all tests in (exchange)_test.go

View File

@@ -1,5 +1,4 @@
//go:build !mock_test_off
// +build !mock_test_off
// This will build if build tag mock_test_off is not parsed and will try to mock
// all tests in _test.go

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/thrasher-corp/gocryptotrader
go 1.17
go 1.20
require (
github.com/d5/tengo/v2 v2.16.1

1234
go.sum

File diff suppressed because it is too large Load Diff