mirror of
https://github.com/XTXMarkets/ternfs.git
synced 2026-04-26 04:38:34 -05:00
Bump go version 1.18 --> 1.22. (#335)
The main change here is the updated go version in go.mod and the new Docker build images which explicitly install go1.22 instead of relying on the default 1.18 installation.
This commit is contained in:
committed by
GitHub Enterprise
parent
60bcf62f45
commit
56b9dc192b
+1
-1
@@ -13,7 +13,7 @@ if len(sys.argv) == 1:
|
||||
else:
|
||||
build_type = sys.argv[1]
|
||||
|
||||
cpp_dir = Path(__file__).parent
|
||||
cpp_dir = Path(__file__).resolve().parent
|
||||
repo_dir = cpp_dir.parent
|
||||
|
||||
build_dir = cpp_dir / 'build' / build_type
|
||||
|
||||
Reference in New Issue
Block a user