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:
Nick Chapman
2024-09-10 17:05:03 +01:00
committed by GitHub Enterprise
parent 60bcf62f45
commit 56b9dc192b
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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