Skip to content

Commit

Permalink
pointing to dev openapiart branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Vibaswan committed Sep 5, 2024
1 parent 6f15c7e commit e63aeba
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions do.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@


BLACK_VERSION = "22.1.0"
GO_VERSION = "1.20"
GO_VERSION = "1.21.0"
PROTOC_VERSION = "3.20.3"

# this is where go and protoc shall be installed (and expected to be present)
Expand All @@ -36,7 +36,7 @@
USE_MODELS_DIR = None

# supported values - branch name or None
USE_OPENAPIART_BRANCH = None
USE_OPENAPIART_BRANCH = "go_upgrade_1.23"
USE_MODELS_BRANCH = None

OPENAPIART_REPO = "https://github.com/open-traffic-generator/openapiart.git"
Expand Down Expand Up @@ -330,6 +330,7 @@ def testgo():
# TODO: not able to run the test from main directory
os.chdir("gosnappi")
try:
run("go version", raise_exception=True, msg="could not fetch go version")
run(
["go test ./... -v -coverprofile coverage.txt | tee coverage.out"],
raise_exception=True,
Expand Down

0 comments on commit e63aeba

Please sign in to comment.