You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CURRENT_SDK_RELEASE=$(go list -m all | grep go.mongodb.org/atlas-sdk| awk -F '/| ''{print $3}')
7
7
echo"CURRENT_SDK_RELEASE: $CURRENT_SDK_RELEASE"
8
8
9
9
LATEST_SDK_TAG=$(curl -sSfL -X GET https://api.github.com/repos/mongodb/atlas-sdk-go/releases/latest | jq -r '.tag_name')
@@ -16,5 +16,4 @@ echo "==> Updating SDK to latest major version ${LATEST_SDK_TAG}"
16
16
go tool --modfile tools/toolbox/go.mod gomajor get --rewrite "go.mongodb.org/atlas-sdk/${CURRENT_SDK_RELEASE}""go.mongodb.org/atlas-sdk/${LATEST_SDK_RELEASE}@${LATEST_SDK_TAG}"
0 commit comments